https://github.com/harman8815/leetcode
LeetCode POTD solution for year 2024
https://github.com/harman8815/leetcode
competitive-programming java-solutions leetcode
Last synced: 6 months ago
JSON representation
LeetCode POTD solution for year 2024
- Host: GitHub
- URL: https://github.com/harman8815/leetcode
- Owner: Harman8815
- Created: 2024-01-22T18:44:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:01:55.000Z (11 months ago)
- Last Synced: 2024-11-09T08:27:23.282Z (11 months ago)
- Topics: competitive-programming, java-solutions, leetcode
- Homepage:
- Size: 488 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
![]()
## Table of Contents
- [Introduction](#introduction)
- [Folder Structure](#folder-structure)
- [How to Use](#how-to-use)
- [Contributing](#contributing)
- [License](#license)## 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:**
```bash
git clone https://github.com/Harman8815/LeetCode.git
```
2. **Navigate to the Specific Month/Day:**
Browse through the folders to find the solution for a particular day.3. **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.4. **Contribute 🤝:**
If you have an alternative solution or an improvement, feel free to contribute! See the [Contributing](#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](LICENSE), so feel free to use and distribute the code as you see fit.
Happy Coding! 🚀