Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andresilva/rust-okasaki

Purely Functional Data Structures in Rust
https://github.com/andresilva/rust-okasaki

Last synced: about 2 months ago
JSON representation

Purely Functional Data Structures in Rust

Awesome Lists containing this project

README

        

# Okasaki

Purely Functional Data Structures in Rust as per Okasaki [[1]].

## Implemented data structures

* Set
* Tree Set
* Map
* Tree Map
* Patricia Trie *(not present on the book)*
* Stack
* List
* Heap
* Leftist Heap
* Binomial Heap

[1]: http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf