Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 1.38 KB

README.md

File metadata and controls

56 lines (51 loc) · 1.38 KB

Okasaki/Scala

The code here is a Scala implementation of data structures and solutions to exercises from the great book "Purely Functional Data Structures" by Chris Okasaki.

build status codecov

Progress

We'll track progress against an expanded version of Haskell code ToC (App. A):

  • Queues
  • Batched
  • Banker's
  • Physicist's
  • Real-time
  • Hood-Melville
  • Bootstrapped
  • Implicit
  • Deques
  • Batched
  • Banker's
  • Real-time
  • Catenable Lists
  • Bootstrapped
  • Catenable Deques
  • Simple
  • Implicit
  • Random-Access Lists
  • Binary
  • Zeroless Binary
  • Redundant Zeroless Binary
  • Skew Binary
  • Binary (alternative)
  • Heaps
  • Leftist
  • Weight-Biased Leftist
  • Binomial
  • Splay
  • Pairing
  • Lazy Pairing
  • Scheduled Binomial
  • Segmented Binomial
  • Skew Binomial
  • Bootstrapped
  • Sortable Collections
  • Bottom-up Mergesort
  • Sets
  • Unbalanced
  • Red-Black
  • Finite Maps
  • Trie
  • Trie of Trees