1.3 KiB
1.3 KiB
205.1 Functional Programming
Table of Contents
* [Lessons](#lessons) * [Lesson 1 - Evaluation](#lesson-1---evaluation) * [Lesson 2 - Higher order functions](#lesson-2---higher-order-functions) * [Lesson 3 - Data structures](#lesson-3---data-structures) * [Assignments](#assignments) * [Assignment 1 - Square root](#assignment-1---square-root) * [Assignment 2 - Map-reduce](#assignment-2---map-reduce) * [Assignment 3 - Binary tree](#assignment-3---binary-tree) ---Lessons
Lesson 1 - Evaluation
- Call by name / Call by value
- State-less functions
Lesson 2 - Higher order functions
- Curryfication
- Recursion
- Tail recursion
Lesson 3 - Data structures
- Functional data structures
- Binary tree
- Operation precedence
Assignments
Assignment 1 - Square root
- Recursion
- Newton
- Tail recursion
Assignment 2 - Map-reduce
- Fibonacci
- Sum
- Map-reduce
Assignment 3 - Binary tree
- Int set
- Binary tree
- Union / intersection / foreach