arindal1 / Leetcode-Problems

Different LeetCode problems I solved on DSA, in CPP, C, Java & Python.

Home Page:https://leetcode.com/problemset/algorithms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode Problem Solutions

LeetCode Logo

Welcome to my LeetCode Problem Solutions repository! Here, you'll find my solutions to various problems from the LeetCode Problem Section, categorized by difficulty levels and contests. This repository serves as a collection of my progress and learning journey on LeetCode .

About LeetCode

LeetCode is a popular platform for practicing coding problems, particularly for interview preparation. It offers a wide range of algorithmic and data structure challenges to enhance problem-solving skills.

Repository Structure

The repository is organized based on the difficulty levels of the problems and contests. Each category has its own directory containing the solutions to the corresponding problems. The structure is as follows:

- Easy/
    - problem1.cpp
    - problem2.py
    - ...
- Medium/
    - problem3.java
    - problem4.cpp
    - ...
- Hard/
    - problem5.py
    - problem6.java
    - ...
- Contests/
    - contest1/
        - problem7.py
        - problem8.cpp
        - ...
    - contest2/
        - problem9.java
        - problem10.py
        - ...

Getting Started

If you're interested in exploring my solutions, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/LeetCode-Solutions.git
  2. Navigate to the directory corresponding to the difficulty level or contest you're interested in.

  3. Open the solution files in your preferred programming language to study the code and approach used.

  4. Feel free to modify and experiment with the solutions to deepen your understanding.

Contributing

While this repository primarily contains my solutions, I welcome contributions in the form of additional solutions, optimization techniques, or explanations. If you'd like to contribute, follow these steps:

  1. Fork the repository to your GitHub account.

  2. Create a new branch for your contributions:

    git checkout -b feature/add-solution
  3. Add your solution file to the appropriate directory.

  4. Commit your changes:

    git commit -m "Add solution to problemX"
  5. Push the changes to your forked repository:

    git push origin feature/add-solution
  6. Open a pull request on GitHub, describing the problem and your solution.

Contact

If you have any questions, suggestions, or just want to connect, feel free to reach out:


Solve these problems over at LeetCode Problems

Happy coding! 🚀

About

Different LeetCode problems I solved on DSA, in CPP, C, Java & Python.

https://leetcode.com/problemset/algorithms/


Languages

Language:C++ 88.9%Language:Java 9.6%Language:Python 0.9%Language:C 0.6%