Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 3.23 KB

README.md

File metadata and controls

83 lines (59 loc) · 3.23 KB

LeetCode Problem of the Day (PotD) Solutions - 2024 🚀

Welcome to my repository containing solutions for LeetCode's Problem of the Day (PotD) for the year 2024. I've organized the solutions month-wise in separate folders for easy navigation and reference.

Cat Coder GIF

Table of Contents

Introduction 📚

This repository contains my solutions to the LeetCode Problem of the Day (PotD) for the year 2024. Each problem is carefully solved and documented, and the solutions are categorized based on the month they were part of.

Folder Structure 📂

The repository is organized in a month-wise structure. Here's how it looks:
2024
January
1
2
:
February
1
2
:

Feel free to explore the folders to find solutions for specific problems.

Badges 🏆

Here are the badges for the months of 2024:

How to Use 🛠️

  1. Clone the Repository:
git clone https://github.com/Harman8815/LeetCode.git
  1. Navigate to the Specific Month/Day: Browse through the folders to find the solution for a particular day.

  2. Read the Solution and Explanation: Each day's file (e.g., 1.md) contains the solution. Review these files for the detailed solution and explanation.

  3. Contribute 🤝: If you have an alternative solution or an improvement, feel free to contribute! See the Contributing section for more details.

Contributing 🌟

If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive messages.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

Please ensure that your code follows the project's coding standards and includes appropriate tests.

License 📝

This repository is licensed under the MIT License, so feel free to use and distribute the code as you see fit.

Happy Coding! 🚀