Skip to content

griba2001/tree23-map-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell SortedSet and SortedMap based on 2-3trees with node deletion marks

(2-3tree: uniform root-to-leaves tree height)

insert O(log n) delete O(log n)

the clean function rebuilds the tree giving up the deleted nodes

About

Haskell 2-3tree based sortedSet and sortedMap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published