Skip to content

This Repository contains the solutions for DSA Problems and Contests from various platforms.

License

Notifications You must be signed in to change notification settings

lakshitcodes/DSA_Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Problems

Overview

  • 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.

Navigation

Leetcode

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.

CSES

In the CSES folder, you can search for solutions using either the question name or the question number.

Codeforces and Codechef

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.

GeeksForGeeks

In the GeeksForGeeks directory, you can search the solution by question name which are written in camel-case.

How to Use

  1. 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.
  2. Navigate to Platform Folder:

    • Once cloned or downloaded, navigate to the specific platform folder (Codechef, Codeforces, CSES, LeetCode, GeeksForGeeks).
  3. 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.

License

This repository is licensed under the MIT License.

Happy Coding! 🚀

Releases

No releases published

Packages

No packages published

Languages