Welcome to my daily coding practice repository! Here, I document my journey of solving daily coding challenges from LeetCode and GeeksforGeeks. This repository serves as both a record of my progress and a resource for others looking to enhance their problem-solving skills.
The primary motivation behind this repository is to:
- Sharpen my problem-solving skills by consistently practicing coding challenges.
- Document my progress and track improvements over time.
- Share knowledge and solutions with the community to facilitate learning and collaboration.
- Each LeetCode problem is organized into its own directory under the
LeetCode
folder. - Within each problem directory, you'll find:
- The problem statement (
problem.md
orREADME.md
). - My solution(s) in various programming languages (
leetcode.cpp
).
- The problem statement (
- Similar to LeetCode, each GFG problem is structured within its own directory under the
GeeksforGeeks
folder. - Each problem directory contains:
- The problem description (
problem.md
orREADME.md
). - My solution(s) in different programming languages (
solution.cpp
).
- The problem description (
All solutions are implemented in C++ unless stated otherwise.
Contributions are welcome! If you have a better solution or want to add more explanations to existing solutions, feel free to create a pull request.
- LinkedIn: @bhaveshgarg2005
- Twitter: @Bhaveshgarg2000
If you find this repository helpful or have any suggestions for improvement, feel free to reach out. Your feedback is highly appreciated!
The solutions provided in this repository are solely my own interpretations. They may not always represent the most optimal or efficient solutions. There are often multiple ways to solve a problem, and the solutions provided here reflect my learning journey and coding style.
Happy Coding! 🚀