updating DIRECTORY.md

This commit is contained in:
github-actions 2021-10-01 23:48:54 +00:00
parent 83316d2da9
commit 782d179127

View file

@ -13,6 +13,7 @@
## Ciphers
* [Merkle Hellman Cryptosystem](https://github.com/TheAlgorithms/Ruby/blob/master/ciphers/merkle_hellman_cryptosystem.rb)
* [Rsa](https://github.com/TheAlgorithms/Ruby/blob/master/ciphers/rsa.rb)
## Conversions
* [Temperature Conversions](https://github.com/TheAlgorithms/Ruby/blob/master/conversions/temperature_conversions.rb)