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'.
Files
- .devcontainer
- .github
- .vscode
- audio_filters
- backtracking
- bit_manipulation
- blockchain
- boolean_algebra
- README.md
- __init__.py
- and_gate.py
- imply_gate.py
- karnaugh_map_simplification.py
- multiplexer.py
- nand_gate.py
- nimply_gate.py
- nor_gate.py
- not_gate.py
- or_gate.py
- quine_mc_cluskey.py
- xnor_gate.py
- xor_gate.py
- cellular_automata
- ciphers
- compression
- computer_vision
- conversions
- data_structures
- digital_image_processing
- divide_and_conquer
- docs
- dynamic_programming
- electronics
- file_transfer
- financial
- fractals
- fuzzy_logic
- genetic_algorithm
- geodesy
- geometry
- graphics
- graphs
- greedy_methods
- hashes
- knapsack
- linear_algebra
- linear_programming
- machine_learning
- maths
- matrix
- networking_flow
- neural_network
- other
- physics
- project_euler
- quantum
- scheduling
- scripts
- searches
- sorts
- source
- strings
- web_programming
- .gitattributes
- .gitignore
- .gitpod.yml
- .pre-commit-config.yaml
- CONTRIBUTING.md
- DIRECTORY.md
- LICENSE.md
- README.md
- index.md
- pyproject.toml
- requirements.txt
- uv.lock
Failed to load latest commit information.