Skip to content

edomerz/rtree

Repository files navigation

RecBinTree

- no dupilcates
- no iterators, hence no parent field. working on the entire tree
- balanced tree, balance factor( height of left subtree minus height of right tree)
- 2 added functions , rotate left, rotate right

node:
right
left
data
balance factor

r_tree_node_t

Create
Destroy -> post order ( post refers to the parent node  2 3 1)
IsEmpty
Height
Size
Insert
Remove
Find
ForEach - does not touch the key -> in order 213































































































































































































































































































-  use height
- levels

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published