- HashMap: This folder contains my implementation of creating HashMap data structure. Here I added basic functions such as put, contains, remove, keySet, and get functions. I used a standard hashcode function of Java for hashing.
- LinkedList: This folder contains my implementations of Singl Linked List, Double Linked List, and Circular Linked Lists
Please read through each folder's README file for further details