mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Rename norgate to nor_gate to keep consistency (#8968)
* refactor(boolean-algebra): Rename norgate to nor_gate * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
parent
beb43517c3
commit
fd7cc4cf8e
|
@ -62,7 +62,7 @@
|
|||
## Boolean Algebra
|
||||
* [And Gate](boolean_algebra/and_gate.py)
|
||||
* [Nand Gate](boolean_algebra/nand_gate.py)
|
||||
* [Norgate](boolean_algebra/norgate.py)
|
||||
* [Nor Gate](boolean_algebra/nor_gate.py)
|
||||
* [Not Gate](boolean_algebra/not_gate.py)
|
||||
* [Or Gate](boolean_algebra/or_gate.py)
|
||||
* [Quine Mc Cluskey](boolean_algebra/quine_mc_cluskey.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user