Auto-update DIRECTORY.md

This commit is contained in:
github-actions
2021-10-21 13:40:10 +00:00
parent c212bf142c
commit 5a7b749ecf

View File

@ -216,6 +216,7 @@
* [Problem7](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem7.js)
* [Problem8](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem8.js)
* [Problem9](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem9.js)
* [test](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/test.js)
## Recursive
* [BinaryEquivalent](https://github.com/TheAlgorithms/Javascript/blob/master/Recursive/BinaryEquivalent.js)