The project consists of a simple demonstration of the use of an AVL tree that accepts (by the user) two operations: ADD and REMOVE In addition to the demonstration part of the program, the project ...
This AVL tree is a general purpose AVL tree. It stores the data as void * in the tree, as such the user needs to correctly allocate memory for the data to be stored. Data types that already have ...