LeetCode-Top-Interview-150
Welcome to the LeetCode-Top-Interview-150 repository! This project documents my journey of solving one programming problem from LeetCode every day for the next 150 days. Letβs code and conquer together! π»πͺ
π Introduction
This repository is all about sharpening my problem-solving skills by tackling one programming problem from LeetCode each day. Starting from 28/08/2024
, Iβll be pushing my limits for 150 consecutive days. Each solution will be recorded here, along with the problem statement and a breakdown of my approach. Letβs get coding! π
ποΈ Repository Structure
The repository is structured as follows:
.
βββ README.md
βββ Day_1
β βββ problem.md
β βββ solution.py
β βββ solution.java
βββ Day_2
β βββ problem.md
β βββ solution.py
β βββ solution.java
...
βββ Day_150
βββ problem.md
βββ solution.py
βββ solution.java
- Each dayβs folder contains:
problem.md
: π The problem statement from LeetCode.solution
: πΎ My solution in Java and Python.
π Progress
π Getting Started
To dive into the solutions, navigate to the corresponding dayβs folder and open the solution.py
or solution.java
.
π Get A Copy for yourself !!
git clone https://github.com/Krushnal121/LeetCode-Top-Interview-150.git
π€ Contributions
This repository is a personal learning journey, but I welcome contributions! Got a better solution or an alternate approach? Feel free to open a pull request or create an issue. Letβs learn together! π
π Acknowledgments
- LeetCode for providing an excellent platform for coding challenges.
- The programming community for continuous learning and inspiration.
π¬ Contact
Questions or suggestions? Reach out via GitHub issues.
Happy coding! π