Auto-update DIRECTORY.md

This commit is contained in:
github-actions
2021-10-21 17:38:56 +00:00
parent e5677972de
commit debc707bd6

View File

@ -215,6 +215,7 @@
* [Problem016](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem016.js)
* [Problem018](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem018.js)
* [Problem020](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem020.js)
* [Problem025](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem025.js)
## Recursive
* [BinaryEquivalent](https://github.com/TheAlgorithms/Javascript/blob/master/Recursive/BinaryEquivalent.js)