A set of assignments in the Racket programming language.
Misc
- ๐ฒ 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?
Assignments
- ๐งพ 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 โฆ