This repository contains all the questions and concepts of Data Structures and Algorithms I have studied and solved. This serves as a personal tracker of my progress and allows others to review and discuss the solutions. Topic/Concept name is given next to each code for better understanding. The language used to solve and program the algorithms is C++.
While this repository primarily serves as a personal log of my DSA Solutions, I welcome contributions and discussions from others. If you have a different or more optimized solution, feel free to open a pull request.
- Leetcode: https://leetcode.com/
- GFG Practice: https://practice.geeksforgeeks.org/explore
- CodeStudio (Coding Ninjas): https://www.codingninjas.com/studio/home
cplusplus - Offcial Documentation for C++ language
geeksForgeeks - All references and concepts for Data Structure and Algorithms