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

sschoener/scala-pure-avl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Purely functional AVL trees in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages