Class: AVLTree::AVLTree

Inherits:
BSTree::BSTree show all
Defined in:
lib/ruby-avl/avl_tree.rb

Instance Attribute Summary

Attributes inherited from BSTree::BSTree

#root

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