-
Notifications
You must be signed in to change notification settings - Fork 0
Implements a “Size Binary Search Tree” (SBST). An SBST is like a regular Binary Search Tree, but it is also capable of finding out, given a number j, how many nodes in the tree hold numbers less than or equal to j, and it is capable of doing so in time proportional to the height of the tree. It does so by using an additional field in each node, …
jcierpial/SizeBST
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Implements a “Size Binary Search Tree” (SBST). An SBST is like a regular Binary Search Tree, but it is also capable of finding out, given a number j, how many nodes in the tree hold numbers less than or equal to j, and it is capable of doing so in time proportional to the height of the tree. It does so by using an additional field in each node, …
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published