This repository contains my daily problem-solving practice as part of my Java Full Stack Training.
Problems are organized day-wise to track consistency, progress, and improvement over time.
.
├── Day-01/
│ ├── Problem-Name/
│ │ ├── README.md
│ │ └── Solution.java
│
├── Day-02/
│ ├── Problem-Name/
│ │ ├── README.md
│ │ └── Solution.java
│
└── README.md
- Each Day folder contains problems solved on that day
- Each problem folder includes:
README.md→ Problem description (LeetCode style)Solution.java→ Java implementation
- Build strong problem-solving skills
- Improve logical thinking and coding efficiency
- Prepare for coding interviews and product-based companies
- Maintain consistency in daily practice
- Language: Java
- Platform: LeetCode / Practice Problems
- Tools: VS Code, Git, GitHub
| Day | Topics Covered | Problems |
|---|---|---|
| Day 01 | 1 | |
| Day 02 | TBD | TBD |
- Navigate to a specific Day folder
- Open a problem folder
- Read the problem in
README.md - Check the solution in
Solution.java
This repository is part of my journey to become a full-stack developer with strong problem-solving skills.
Consistency > Perfection.