Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 512 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 512 Bytes

This repo contains my practice on Data Structures and Algorithms in Java.

  • 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