diff --git a/DIRECTORY.md b/DIRECTORY.md index 5b0c125e7..bf86518c0 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -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)