Skip to content

andresilva/rust-okasaki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Purely Functional Data Structures in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages