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.
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.
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.
Here are the badges for the months of 2024:
- Clone the Repository:
git clone https://github.com/Harman8815/LeetCode.git
-
Navigate to the Specific Month/Day: Browse through the folders to find the solution for a particular day.
-
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. -
Contribute 🤝: If you have an alternative solution or an improvement, feel free to contribute! See the Contributing section for more details.
If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.
Please ensure that your code follows the project's coding standards and includes appropriate tests.
This repository is licensed under the MIT License, so feel free to use and distribute the code as you see fit.
Happy Coding! 🚀