Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 331 Bytes

scala-pure-avl

Purely functional AVL trees in Scala along with a state monad (which uses that AVL-tree). Coming to think about it, this code is actually all about the state monad and the AVL-tree is just an example for state monad usage. Take a look at the MonadExpansion.scala file to see what I am talking about.