8000
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 5a417a6 commit 416c4c6Copy full SHA for 416c4c6
README.md
@@ -1,2 +1,9 @@
1
# Haskell Leetcode
2
-Learning algorithms in haskell with leetcode
+## Learning algorithms in haskell with leetcode
3
+
4
+### Completed so far
5
6
+* [Two Sum](https://leetcode.com/problems/two-sum/)
7
+* [Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/)
8
+* [FizzBuzz](https://leetcode.com/problems/fizz-buzz/)
9
+* [Smaller Numbers Then Current](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)
0 commit comments