added lesson 5
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
* [Lesson 2 - Higher order functions](#lesson-2---higher-order-functions)
|
||||
* [Lesson 3 - Data structures](#lesson-3---data-structures)
|
||||
* [Lesson 4 - Lists and pattern matching](#lesson-4---lists-and-pattern-matching)
|
||||
* [Lesson 5 - Advanced lists and High order functions](#lesson-5---advanced-lists-and-high-order-functions)
|
||||
* [Assignments](#assignments)
|
||||
* [Assignment 1 - Square root](#assignment-1---square-root)
|
||||
* [Assignment 2 - Map-reduce](#assignment-2---map-reduce)
|
||||
@@ -49,6 +50,11 @@
|
||||
- Pattern matching
|
||||
- Genericity
|
||||
|
||||
### Lesson 5 - Advanced lists and High order functions
|
||||
[Files](src/Lesson5)
|
||||
- Lists
|
||||
- High order functions
|
||||
|
||||
## Assignments
|
||||
|
||||
### Assignment 1 - Square root
|
||||
@@ -74,4 +80,4 @@
|
||||
- Expression interpreter
|
||||
- Binary tree
|
||||
- List functions
|
||||
- Predicates (any / every)
|
||||
- Predicates (any / every)
|
||||
|
||||
Reference in New Issue
Block a user