Welcome to my Java-only LeetCode grind repo.
All solutions are organized by question number only inside the src/ folder. No fluff β just clean, efficient code π§ π₯
leetcode-java/ β βββ src/ β βββ 1/ β β βββ Solution.java β βββ 3/ β β βββ Solution.java β βββ 121/ β β βββ Solution.java β βββ ... β βββ README.md
Each folder = one LeetCode problem
Each contains a Java file with:
- β Clean, readable code
- π¬ Comments explaining logic
- π― Optimized for time and space
- β Written in pure Java
- π§ Focused on clean logic & core concepts
- π One solution per problem, no overkill
- π¬ Comments for intuition, edge cases, and optimizations
| π’ Problem # | Status |
|---|---|
| ... | ... |