/AVL-tree

Implementation of an AVL tree in C++ for the Data structures course. (1st year, 2nd semester, FMI UniBuc).

Primary LanguageC++

AVL Tree - C++

  • Created an AVL tree that implements basic operations on sets of integers efficiently.
  • Tested the structure with different sets of random data and wrote a technical report based on the results.