This repository consist of Data Structures and Algorithms implemented in Java.
The following ATDs have been implemented-
- Stacks
- Linked List
- Queues
- Binary Trees
- Graphs
- Heaps
- Bags
- Linear Hashing
- Union Find
For most of the ADTs there is a file '*Test.java' that tests all the functions of the class.
Although the problems have not been commented, but I would be doing that soon.