One of my IMPLEMENTATIONS of a HASH TABLE Using Separate Chaining in this repository got featured in GeeksforGeeks .Check it out here Hashtable on GfG :)
This repository contains some important data strucuture problems and algorithms I have solved in Java
The repositiry conatins implementations on the following data strucutures
Stacks Queues LinkedList Generic Trees Binary Trees Binary Search Trees Heaps Hash Tables