| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 1x | |||||||||||||||||||
| Classes of Jay Wheeler | > | LLRB Tree | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Trackback | Applications | ||||||||
| Groups | ||
| PHP 5 | Classes using PHP 5 specific features | View top rated classes | |
| Data types | Modeling and manipulating data types | View top rated classes |
| Innovation Award | ||
![]() August 2009 Number 6 Prize: One copy of VS.PHP |
Red-Black trees are data structures are self-balancing trees that can be used to implement binary search algorithms. This class provides a pure PHP implementation of this kind of trees. Manuel Lemos |
| User ratings | ||
| There are not enough user ratings to display for this class. |
| Trackback links | ||
| Link | Description |
|---|---|
| Tree | Robert Sedgewick (Department of Computer Science, Princeton University) published a very good algorithm, complete with detailed explanation, of creating and maintaining 2-3 and 2-3-4 binary trees, called Left Leaning Red Black Binary Trees (LLRB)... |
| Applications that use this class | ||
| File | Role | Description |
|---|---|---|
| Class | Binary node abstract base class | |
| Class | Binary tree abstract base class | |
| Class | An interface to compare two objects | |
| Lic. | Statement of Copyright | |
| Class | Implementation of the bNode class for LLRB nodes | |
| Class | Implementation of the bTree class for LLRB Tree | |
| Doc. | Short description of the source of (most) of the algorithms | |
| Example | A test application to prove the correct operation of the LLRB tree | |
| Output | Sample output from running testLLRBTree.php |
| Download all files: llrbtree.tar.gz llrbtree.zip |