Skip to content

esbenbjerre/tree-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TreeSet

An immutable set based on a red-black tree. Adapted from Okasaki (1998) and Germane and Might (2014).

References

Germane, K. and Might, M. (July 2014). "Deletion: The curse of the red-black tree". In: Journal of Functional Programming 24, pp. 423–433.

Okasaki, C. (1998). Purely Functional Data Structures. Cambridge University Press.

About

An immutable set based on a red-black tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages