Logo
Explore Help
Register Sign In
algorithm/Python
1
0
Fork 0
You've already forked Python
mirror of https://github.com/TheAlgorithms/Python.git synced 2025-12-19 02:07:27 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
b72d0681ec8fd6c02ee10ba04bae3fe97ffaebc6
Python/boolean_algebra
History
Mark Mayo f32d611689 clean of unnecessary checks, imports, calls (#7993)
2022-11-21 00:00:27 +13:00
..
__init__.py
Add __init__.py files in all the directories (#2503)
2020-09-28 19:42:36 +02:00
and_gate.py
Add function for AND gate (#7593)
2022-10-24 12:13:01 +02:00
nand_gate.py
Added Implementation of NAND, OR ,XNOR and NOT gates in python (#7596)
2022-10-25 21:53:21 +02:00
norgate.py
Fixed a typo of 'a' and 'an' and used f string in print statement (#7398)
2022-10-19 13:46:56 +02:00
not_gate.py
clean of unnecessary checks, imports, calls (#7993)
2022-11-21 00:00:27 +13:00
or_gate.py
Added Implementation of NAND, OR ,XNOR and NOT gates in python (#7596)
2022-10-25 21:53:21 +02:00
quine_mc_cluskey.py
Raise error not string (#7945)
2022-11-06 15:54:44 +01:00
README.md
Add README files 1/7 (#5754)
2021-11-04 18:49:36 +08:00
xnor_gate.py
Added Implementation of NAND, OR ,XNOR and NOT gates in python (#7596)
2022-10-25 21:53:21 +02:00
xor_gate.py
Add function for xor gate (#7588)
2022-10-25 21:26:53 +02:00

README.md

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'.

  • https://en.wikipedia.org/wiki/Boolean_algebra
  • https://plato.stanford.edu/entries/boolalg-math/
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.26.0+dev-132-g60314cb688 Page: 435ms Template: 9ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API