LLRB Tree

Package:
LLRB Tree
Summary:
Manage a balanced tree of text word nodes
Groups:
Data types, PHP 5
Author:
Jay Wheeler
Description:
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.


Powered by Gewgley