Class: AVLTree::AVLTree
- Inherits:
-
BSTree::BSTree
- Object
- BSTree::BSTree
- AVLTree::AVLTree
- Defined in:
- lib/ruby-avl/avl_tree.rb
Instance Attribute Summary
Attributes inherited from BSTree::BSTree
Method Summary
Methods inherited from BSTree::BSTree
#depth_of_tree, #initialize, #insert_item, #number_of_nodes, #remove_item
Constructor Details
This class inherits a constructor from BSTree::BSTree