This repo is a place holder to practice algorithms and datastructures i studied along the way.
- Quick Sort
- Bubble Sort
- Selection Sort
- Insertion Sort
- Ordered Array
- Stack
- Queue
- Priority Queue
- Single Linked List
- Dobubly linked List
- Binary Search Tree
- 2-3-4 Tree ( Insert and Find)