updating DIRECTORY.md

This commit is contained in:
github-actions 2021-03-20 16:53:02 +00:00
parent d9273de377
commit fbb06b1332

View file

@ -1,4 +1,7 @@
## Bit Manipulation
* [Power Of Two](https://github.com/TheAlgorithms/Ruby/blob/master/bit_manipulation/power_of_two.rb)
## Ciphers
* [Merkle Hellman Cryptosystem](https://github.com/TheAlgorithms/Ruby/blob/master/ciphers/merkle_hellman_cryptosystem.rb)