Python/boolean_algebra
2022-10-15 00:37:15 +02:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
norgate.py remove useless bool() call (#7189) 2022-10-15 00:37:15 +02:00
quine_mc_cluskey.py Add flake8 pluin flake8 bugbear to pre-commit (#7132) 2022-10-13 18:03:06 +02:00
README.md Add README files 1/7 (#5754) 2021-11-04 18:49:36 +08:00

Boolean Algebra

Boolean algebra is used to do arithmetic with bits of values True (1) or False (0). There are three basic operations: 'and', 'or' and 'not'.