Some implementations of popular data structures and some algorithms, as well as a few solutions from some LeetCode problems. For practice purposes. Various data structures and algorithms can be tested with the Junit test files in the "test" directory.
Linked List
Stack
Queue
Binary Tree
Graph
Merge Sort
Quick Sort