updating DIRECTORY.md

This commit is contained in:
anurags10 2024-10-03 09:55:15 +00:00
parent 5ebea50f6f
commit 91a43251d8

View File

@ -54,8 +54,8 @@
* [Swap All Odd And Even Bits](bit_manipulation/swap_all_odd_and_even_bits.py)
## Blockchain
* [Powalgorithm](blockchain/PoWAlgorithm.py)
* [Diophantine Equation](blockchain/diophantine_equation.py)
* [Pow Algorithm](blockchain/pow_algorithm.py)
## Boolean Algebra
* [And Gate](boolean_algebra/and_gate.py)