updating DIRECTORY.md

This commit is contained in:
github-actions
2020-05-06 12:27:37 +00:00
parent d914bd9041
commit e57ec1f1c3

View File

@ -48,6 +48,7 @@
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/maths/DijkstraSmallestPath.js)
* [factorial](https://github.com/TheAlgorithms/Javascript/blob/master/maths/factorial.js)
* [find lcm](https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js)
* [FindHcf](https://github.com/TheAlgorithms/Javascript/blob/master/maths/FindHcf.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)