updating DIRECTORY.md

This commit is contained in:
github-actions
2020-05-06 09:27:02 +00:00
parent 03b7c6f33b
commit a58cb35c9c

View File

@ -49,6 +49,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)
* [Palindrome](https://github.com/TheAlgorithms/Javascript/blob/master/maths/Palindrome.js)
* [pascalTriangle](https://github.com/TheAlgorithms/Javascript/blob/master/maths/pascalTriangle.js)
## Search