Skip to content

Commit 9dcabef

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 82e97af commit 9dcabef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
* [Directedgraph](https://github.com/TheAlgorithms/Haskell/blob/master/src/Graph/DirectedGraph.hs)
2525
* [Haskellalgorithms](https://github.com/TheAlgorithms/Haskell/blob/master/src/HaskellAlgorithms.hs)
2626
* Maths
27+
* [Factorial](https://github.com/TheAlgorithms/Haskell/blob/master/src/Maths/Factorial.hs)
28+
* [Fibonacci](https://github.com/TheAlgorithms/Haskell/blob/master/src/Maths/Fibonacci.hs)
2729
* [Graphdist](https://github.com/TheAlgorithms/Haskell/blob/master/src/Maths/GraphDist.hs)
30+
* [Kadanealgorithm](https://github.com/TheAlgorithms/Haskell/blob/master/src/Maths/KadaneAlgorithm.hs)
2831
* [Palindrome](https://github.com/TheAlgorithms/Haskell/blob/master/src/Maths/Palindrome.hs)
2932
* Misc
3033
* [Binarysearch](https://github.com/TheAlgorithms/Haskell/blob/master/src/Misc/BinarySearch.hs)

0 commit comments

Comments
 (0)