|
|
| Name: |
AVLTree |
| Base name: |
avltree |
| Description: |
AVL tree class |
| Related classes: |
AVL, AVL tree, treeclass |
| Version: |
- |
| PHP version: |
- |
| License: |
Public Domain |
| All time users: |
1553 users |
| All time rank: |
2122 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
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%) |
1742 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
AVLTree.php |
Class |
Implements the class AVLTree |
AVL_Test.php |
Test |
Test program with sample subclass NumTree |