/rust-okasaki

Purely Functional Data Structures in Rust

Primary LanguageRustMIT LicenseMIT

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