-
Notifications
You must be signed in to change notification settings - Fork 0
C# treap - balanced binary search tree
License
stangelandcl/Cls.Treap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published