updating DIRECTORY.md

This commit is contained in:
github-actions
2020-06-20 04:44:46 +00:00
parent 7e93136075
commit 656391bbf5

View File

@ -1,4 +1,8 @@
## Algorithms
* [Dijkstra's](https://github.com/TheAlgorithms/Javascript/blob/master/Algorithms/Dijkstra's.js)
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Algorithms/SieveOfEratosthenes.js)
## Ciphers
* [CaesarsCipher](https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/CaesarsCipher.js)
* [KeyFinder](https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/KeyFinder.js)