https://github.com/piyush0663/leetcode
🚀 Solve and document LeetCode's daily challenges in this repository. Sharpen your problem-solving skills with a new problem each day. Contributions welcome in multiple programming languages!
https://github.com/piyush0663/leetcode
c cpp leetcode-solutions potd-solution problem-set problem-solving python
Last synced: 4 months ago
JSON representation
🚀 Solve and document LeetCode's daily challenges in this repository. Sharpen your problem-solving skills with a new problem each day. Contributions welcome in multiple programming languages!
- Host: GitHub
- URL: https://github.com/piyush0663/leetcode
- Owner: piyush0663
- Created: 2024-02-26T15:39:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:09:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T20:56:55.097Z (almost 2 years ago)
- Topics: c, cpp, leetcode-solutions, potd-solution, problem-set, problem-solving, python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Daily Challenges
Welcome to the LeetCode Daily Challenges repository! 🚀
## Overview
This repository is dedicated to solving and documenting LeetCode's daily challenges. Each day, a new problem will be added along with its solution in various programming languages. This is a great opportunity to enhance your problem-solving skills and explore different approaches to algorithmic challenges.
## Structure
- 📁 **DailyChallenges:** Contains folders for each day, organized chronologically.
- 📄 **Problem.md:** Describes the problem of the day.
- 📄 **Solution:** Contains solution(s) in different programming languages.
- 📄 **Explanation.md:** Provides explanations, optimizations, and alternative solutions.
## How to Contribute
1. Fork the repository.
2. Create a new branch for the day's problem: `git checkout -b dayX`.
3. Solve the problem and add your solution to the appropriate language folder.
4. Add explanations or optimizations in the `Explanation.md` file.
5. Commit your changes: `git commit -m "Add solution for day X"`.
6. Push to the branch: `git push origin dayX`.
7. Create a pull request.
## Guidelines
- Solutions should be well-commented and easy to understand.
- Follow the folder structure and naming conventions.
- Feel free to contribute in multiple programming languages.
## Happy Coding! 🎉
Let's embark on this coding journey together and grow our problem-solving skills. Happy coding! 🚀