Data types: LLRB Tree
Jay Wheeler (contact me)
This package can be used to manage a balanced tree of text word nodes.
It implements a left leaning Red-Black binary search tree that uses Node objects instead of arrays to implement the tree data structures.
It can perform operations on nodes of text words like insert, search, delete and traverse the tree, maintaining a balanced and correctly formed tree after all operations.
Click here for detailed information about this class on phpclasses.org