updating DIRECTORY.md

This commit is contained in:
github-actions
2020-07-07 07:08:42 +00:00
parent 7822e8a235
commit 4b2d6acced

View File

@ -5,6 +5,7 @@
* [Sudoku](https://github.com/TheAlgorithms/Javascript/blob/master/back-tracking/Sudoku.js)
## Cache
* [LFUCache](https://github.com/TheAlgorithms/Javascript/blob/master/Cache/LFUCache.js)
* [LRUCache](https://github.com/TheAlgorithms/Javascript/blob/master/Cache/LRUCache.js)
## Ciphers