Removed rounding in crystal.
Fixed.
fixed!
Should be [0, 1, 2, 3, 6].
[0, 1, 2, 3, 6]
I wasn't previously familiar with minterms, so I could be mistaken, but I believe the example case in the description is incorrect:
print(get_minterms("F(A,B,C)=A'B+BC'+A")) # Output: [1, 3, 5, 7]
done!
Remove the class. A function fits better.
This comment is hidden because it contains spoiler information about the solution
No tests.
https://docs.codewars.com/languages/python/codewars-test
retired
Loading collection data...
Removed rounding in crystal.
Fixed.
fixed!
Should be
[0, 1, 2, 3, 6]
.I wasn't previously familiar with minterms, so I could be mistaken, but I believe the example case in the description is incorrect:
done!
Remove the class. A function fits better.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No tests.
https://docs.codewars.com/languages/python/codewars-test
retired
Loading more items...