This is my curated list of all the DSA basic to advanced concept and question with their solutions. Here my approach is add most optimized code possible and explain the logic behind it.
.
├── Algorithms # Algorithms Basic to Advanced
├── Topicwise_Algorithms_Explanation # Algorithms Explained in Readme
└── README.md
├── Datastructures # DataStructure Basic to Advanced
├── Topicwise_Datastructure_Explanation # DataStructure Explained in Readme
└── README.md
├── GeeksForGeeks # Compiled question and solutions from GeeksForGeeks
├── Topicwise_Folder # Topicwise folder
└── README.md
├── Leetcode # Compiled question and solutions from Leetcode
├── Topicwise_Folder # Topicwise folder
└── README.md
├── assets # Assets for readme and other files
├── Template # Template for all the problems in C++ and java
├── .gitignore # Ignore files
└── README.md
GeeksForGeeks : https://practice.geeksforgeeks.org/
Leetcode : https://leetcode.com/
Github: https://github.com/
I am CS Student learning Web Development and trying out trending technologies.