Welcome to my repository where I upload coding solutions from LeetCode contests. These solutions are categorized by contest type and contest number, making it easy to navigate through the problems and their solutions.
The repository is organized into two main directories: Weekly_Contests
and Bi-Weekly_Contests
. Each of these directories contains subdirectories named after the contest numbers. Inside each subdirectory, you'll find:
- Question Folders: Named
first
,second
,third
, andfourth
representing the question number in the contest.problem.txt
: A text file containing the link to the problem statement on LeetCode.solution.java
: The solution file containing the Java solution to the problem.
This repository is dedicated to providing solutions from LeetCode weekly and bi-weekly contests. The main goal is to help others prepare for these contests and understand various problem-solving approaches in Java.
- Contest Preparation: Use these solutions to prepare for upcoming LeetCode contests.
- Learning: Understand different problem-solving techniques and improve your coding skills.
- Reference: Use the provided solutions as a reference for similar problems you encounter.
- Organized by Contest Type and Number: Easily find solutions to problems from specific contests.
- Comprehensive Collection: A wide range of problems covering various topics and difficulty levels.
- Open Source: The repository is open for anyone to use and learn from.
- Community Contribution: Others can contribute to the repository by providing additional solutions or optimizations.
Contributions are welcome! Feel free to:
- Suggest Improvements: Open an issue if you find any problems or have suggestions for improvements.
- Submit Changes: Open a pull request with your proposed changes or optimizations to the code.
This repository is licensed under the MIT License.
For any questions or suggestions, feel free to reach out to me at [email protected].
Happy Coding!
Keep Challenging!