Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 303 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 303 Bytes

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