Laboratory tasks (C++) from Algorithms and Data Structures course
Done during my 3rd semester of studies, winter 2020.
Data structure implementations:
- Single-list class implementation
- Ring class implementation
- Encapsulated AVL tree (self-balancing tree) implementation
Documentation is provided in separate .pdf files for each project, as well as in code comments.