Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.23 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.23 KB

Leetcode Problem of the Day Solutions

Leetcode POTD

Welcome to the ultimate repository for Leetcode Problem of the Day (POTD) solutions! 🚀 Whether you're preparing for interviews, enhancing your problem-solving skills, or simply enjoying the daily coding challenges, this repo is your one-stop resource.

Table of Contents

About

This repository is dedicated to providing well-structured, efficient, and thoroughly tested solutions to the daily coding challenges on Leetcode. Each solution is crafted to help you understand the problem-solving approach and improve your coding prowess.

Getting Started

  1. Clone the repository:

    git clone https://github.com/prathamk1483/Leetcode-POTD.git
    cd Leetcode-POTD
  2. Browse the solutions: Navigate through the directories to find solutions to past problems.

  3. Run a solution:

    # Example for a Solution of Daily Problem on date 16th July 2024
    python path/to/16th July 2024.java

Solutions

Explore the collection of solutions organized by date and problem title. Each solution includes:

  • A detailed explanation of the approach
  • Time and space complexity analysis
  • Example test cases

Check out the Solutions Directory for a complete list.

Contributing

We welcome contributions from the community! If you have a better solution, found a bug, or have suggestions, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add a new solution for POTD XYZ')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

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


Happy Coding! Keep solving, keep learning. 💡