Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d914bd9 commit e57ec1fCopy full SHA for e57ec1f
1 file changed
DIRECTORY.md
@@ -48,6 +48,7 @@
48
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/maths/DijkstraSmallestPath.js)
49
* [factorial](https://github.com/TheAlgorithms/Javascript/blob/master/maths/factorial.js)
50
* [find lcm](https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js)
51
+ * [FindHcf](https://github.com/TheAlgorithms/Javascript/blob/master/maths/FindHcf.js)
52
* [graph](https://github.com/TheAlgorithms/Javascript/blob/master/maths/graph.js)
53
* [Palindrome](https://github.com/TheAlgorithms/Javascript/blob/master/maths/Palindrome.js)
54
* [pascalTriangle](https://github.com/TheAlgorithms/Javascript/blob/master/maths/pascalTriangle.js)
0 commit comments