This repository consists of the data structures that I learned in the Data Structures and Algorithms course at the university.
- ArrayList
- LinkedList
- Stack
- Queue
- HashMap
- Heap
- BinarySearchTree
- AVLTree
- Trie
Also I implemented a couple of the well known sorting algorithms.