Previous: , Up: bst   [Index]


41.3 Unbalanced binary node objects

The unbalanced binary search trees support insertion and removal of nodes without implementing any balancing algorithm. The performance of these trees is low, but they are useful for debugging purposes.