updating DIRECTORY.md

This commit is contained in:
github-actions
2020-05-05 12:22:46 +00:00
parent 67a4f0dc45
commit 40c65722d5

View File

@ -48,6 +48,7 @@
* [factorial](https://github.com/TheAlgorithms/Javascript/blob/master/maths/factorial.js)
* [find lcm](https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js)
* [graph](https://github.com/TheAlgorithms/Javascript/blob/master/maths/graph.js)
* [pascalTriangle](https://github.com/TheAlgorithms/Javascript/blob/master/maths/pascalTriangle.js)
## Search
* [binarySearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/binarySearch.js)