PHP Classes

Classes of Jay Wheeler

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Jay Wheeler (1)  >  Mission progress status  >  Reputation  
Picture of Jay Wheeler
Name: Jay Wheeler <contact>
Classes: 1
Country: United States United States
Age: ???
All time rank: 2488342 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 906
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image LLRB Tree  
PHP Programming Innovation award nominee
August 2009
Number 6


Prize: One copy of VS.PHP
Manage a balanced tree of text word nodes
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 each operation. This makes it perfect for creating efficient symbol tables and dictionaries.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z