I have trouble understanding how to get the cnf through the mccluskey algorithm. This is apparently the correct solution (below part)
Solution
At the top it's done via a kv map and that one makes sense to me (just focus on the zeros) But with the mcclusky algorithm they chose terms where the function is 1 and 0 (see #1 and #2)
Does someone know how this one is supposed to work and what's the logic behind it? I would have just done it by using all the terms where the function is 0 or x
Thanks in advance