In this repo I upload everything I do related to data structures and algorithm that I learned to solve, implement it. The goal of this repo is to have simple readable scratch implementation of data structures with notes and proper documentation. Along with Coding Interview problems and its solutions.
✅ : If the implementation completed or tested.
❎ : If the implementation incomplete or untested.
-
Coding Solution
- Interview Related
- Data Structure Related
-
Data Structure & ALgorithm Implementation)
- ✅ LinkedList
- ✅ Circular LinkedList
- ✅ Doubly LinkedList
- ✅ Queue with LinkedList - Implemented Queue with Singly Linked list
I appreciate feedback on potential improvements and/or if you see an error that I've made! Also if you would like to contribute then do a pull request with algorithm implementation & tests! :)