Files
Python/boolean_algebra
Ahmad Alharbi d16cac6e4f feat: Add recursive implication function for lists (#12855)
* feat: Add recursive implication function for lists

* Update imply_gate.py

* Update imply_gate.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-08-24 15:08:52 +03:00
..
2025-05-10 14:47:22 +03:00
2023-10-29 08:42:32 +01:00
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'.