Skip to content

stangelandcl/Cls.Treap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This a C# treap implementation. A treap is a simple balanced binary search tree.
It is an alternative to AA, red-black and AVL trees.
It could be turned into a dictionary using a keyvaluecomparer.
It also needs iterators for matching prefixes.

About

C# treap - balanced binary search tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages