This commit is contained in:
Miloslav Ciz 2025-04-21 21:24:21 +02:00
parent 165d7890e6
commit bb467bc532
20 changed files with 1996 additions and 1978 deletions

View file

@ -134,6 +134,7 @@ As anything can be represented with numbers, binary can be used to store any kin
- [nullary](nullary.md)
- [unary](unary.md)
- [ternary](ternary.md)
- [Morse code](morse_code.md)
- [logic gate](logic_gate.md)
- [logic circuit](logic_circuit.md)
- [bit](bit.md)