Notes for 29 feb.

pull/1/head
Abhinav Sarkar 2016-02-29 20:20:09 +05:30
rodzic 9410b48b01
commit a59151d12b
1 zmienionych plików z 10 dodań i 0 usunięć

10
2016-02-29.md Normal file
Wyświetl plik

@ -0,0 +1,10 @@
- Types
- Algebraic data types
- Enumeration
- Pattern matching
- Recursive data types
- Recursion patterns
- implement null, length, sum, evens, squares
- BST
- insert
- find