This repository contains the following data strucutres implemented in Java available for generic types
- Singly Linked List e.x a -> b -> c
- Doubly Linked List e.x a -><- b -><- c
- Stack
- Stack
- Queue
- Binary Search Tree
- AVL Tree
- Red-Black Tree
- Splay Tree
- B-Tree
- Heap
- Hash Table