We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0029c commit ba75297Copy full SHA for ba75297
DIRECTORY.md
@@ -47,6 +47,7 @@
47
* [average mean](https://github.com/TheAlgorithms/Javascript/blob/master/maths/average_mean.js)
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
+ * [Fibonacci](https://github.com/TheAlgorithms/Javascript/blob/master/maths/Fibonacci.js)
51
* [find lcm](https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js)
52
* [FindHcf](https://github.com/TheAlgorithms/Javascript/blob/master/maths/FindHcf.js)
53
* [graph](https://github.com/TheAlgorithms/Javascript/blob/master/maths/graph.js)
0 commit comments