A full basic outline of Data Structures and Algorithms using C/C++. A secondary creation of my first repository of the same topic but in Java.
- Arrays
- Linked Lists
- Stacks
- Queues
- Heaps
- Trees
- Matrix
- Hash Table
- Graphs (ongoing)
- Advanced Trees (ongoing)
Throughout my DSA journey, I have used the following resources to help me. I hope they will help you as well:
- Data Structures with GeeksForGeeks
- Algorithms with GeeksForGeeks
- Abdul Bari Algorithms
- Coding Blocks Graphs Course
- Algorithm Design Manual (2nd Edition) - Steve S. Skiena
By S M Jishanul Islam