- CSES: Solution to CSES Problemset, organized by question name and number.
- Codechef: Solutions to DSA problems from Codechef, organized by contest date,number and div type.
- Codeforces: Solutions to DSA problems from Codeforces, organized by contest date ,number and div type.
- GeeksforGeeks: Solutions to DSA problems from GeeksforGeeks, organized by question name.
- LeetCode: Solutions to LeetCode problems, organized by question name and number.
In the LeetCode folder, you can search for solutions using either the question name or the question number. LeetCode question numbers are included in the file names for easy reference.
In the CSES folder, you can search for solutions using either the question name or the question number.
In the Codeforces and Codechef folders, you can search for solutions using the contest date, question number, and division type. For example, if you are looking for a solution to a Codeforces problem from a specific contest, you can navigate to that directory and then question number.
In the GeeksForGeeks directory, you can search the solution by question name which are written in camel-case.
-
Installation/Cloning Process:
- To clone the repository, run the following command in your terminal:
git clone https://github.com/lakshitcodes/DSA_Problems.git
- Alternatively, you can download the repository as a ZIP file.
- To clone the repository, run the following command in your terminal:
-
Navigate to Platform Folder:
- Once cloned or downloaded, navigate to the specific platform folder (Codechef, Codeforces, CSES, LeetCode, GeeksForGeeks).
-
Browse and View Solutions:
- Browse through the folders or use the search functionality to find a specific problem.
- Click on the file to view the solution.
This repository is licensed under the MIT License.
Happy Coding! 🚀