Purely Functional Data Structures in Rust as per Okasaki [1].
- Set
- Tree Set
- Map
- Tree Map
- Patricia Trie (not present on the book)
- Stack
- List
- Heap
- Leftist Heap
- Binomial Heap
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Purely Functional Data Structures in Rust as per Okasaki [1].