- This repository represents my work at Data Structures course at university.
- Laboratory topics are implemented in C++.
- At this course I've learned about simple and advanced data structures like:
- Vectors and matrices
- Stacks and queues
- Heaps and binary trees
- Search binary trees (Red-Black and AVL trees)
- B-trees
- Hash tables
- Quad trees
- Moreover, I've implemented a manual symmetric encryption cipher called Playfair Cipher as an extra homework.