AVL tree base class; derive your subclass to make it useable as shown by class NumTree in sample program in file AVL_Test.PHP
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (66.7%) |
- |
- |
Not sure (58.3%) |
- |
Not sure (45.8%) |
1449 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
AVLTree.php |
Class |
Implements the class AVLTree |
AVL_Test.php |
Test |
Test program with sample subclass NumTree |