cohimame / pfds-scala

Chris Okasaki’s Purely Functional Data Structures in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chris Okasaki’s Purely Functional Data Structures in Scala

Chapter Two

  • Stack
  • Set

Chapter Three

  • LeftistHeap (height biased)
  • WeightBiasedLeftistHeap
  • BinomialHeap
  • RedBlackSet

Chapter Four

  • Stream

Chapter Five

  • BatchedQueue
  • Deque
  • SplayHeap
  • PairingHeap

Chapter Six

  • BankersQueue
  • LazyBinomialHeap
  • PhysicistsQueue
  • LazyPairingHeap

Chapter Seven

  • RealTimeQueue
  • ScheduledBinomialHeap

Chapter Eight

  • HoodMelvilleQueue
  • BankersDeque
  • RealTimeDeque

Links

About

Chris Okasaki’s Purely Functional Data Structures in Scala