This is an implementation in F# of the data structures in Chris Okasaki's Purely Functional Data Structures
The solutions to the exercise are also in each of the corresponding data structures modules.
- Algorithms Animation Workshop: Nice animations that help in order to understant some of the data structures in the book.
- Notes about Purely Functional Data Structures Implementations and solutions to the exercises in Lisp.