-
-
Notifications
You must be signed in to change notification settings - Fork 49.5k
Closed
Description
Python/boolean_algebra/quine_mc_cluskey.py
Lines 3 to 8 in 91fccec
| count = 0 | |
| for i in range(len(l1)): | |
| if l1[i] != l2[i]: | |
| count += 1 | |
| l1[i] = '_' | |
| if count > 1: |
Shouldn't Line 8 be if count > 0: ?
Metadata
Metadata
Assignees
Labels
No labels