Advanced Trees Definitions: Red/Black Tree: It was invented by Rudolf Bayer in 1972. Red-black trees are one of the preferred methods of maintaining binary search trees. An n node red-black tree has the height of O(logn). Moreover balancing time for such a tree on account of insertion and deletion is O(logn). A red-black tree is […]
Advanced Trees
- Post author By MANOJ AGARWAL
- Post date
- Categories In Data Structures using C Language, Tree