rust-okasaki icon indicating copy to clipboard operation
rust-okasaki copied to clipboard

Purely Functional Data Structures in Rust

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