Class DAvlTree

Inherits from:
Object
Declared in:
DAvlTree.h

Class Hierarchy

    Object
      |
      +---DAvlTree

Class Description

The avl tree collection class implements a number of methods for creating, inserting, searching and removing (elements in) an avl tree. The implementation is inspired by the book "Algorithms & Data structures" by N. Wirth.

Last modified:
27-Feb-2005 (DAvlTree.h)

Instance Variables

private DAvlNode *_root
the root of the avl-tree
private Class _class
the class of the key
private long _count
the number of nodes in the avl tree

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0