A set of assignments in the Racket programming language.
- 🌲 tree: Binary tree consists of nodes each with a number, and two child subtrees.
- 🗼 tower-of-hanoi: Can your solve the tower of hanoi (recursive vietnam) problem?
- 🧾 lists-assignment: Functional Programming on Lists.
- 🌲 trees-assignment: Functional Programming on Trees.
- 🧾 lists-quiz: Implementing operations on list using functional calls such as map, foldl, apply ...