LLRB Tree
Package:
Summary:
Manage a balanced tree of text word nodes
Groups:
Author:
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.
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.
Comments are closed.