Skip to content

Incertyo/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ LeetCode Java Solutions – by [G Jaganmohan Achary] β˜•

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 🧠πŸ”₯


🧱 Folder Structure

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

🧠 Features

  • β˜• Written in pure Java
  • 🧠 Focused on clean logic & core concepts
  • πŸ” One solution per problem, no overkill
  • πŸ’¬ Comments for intuition, edge cases, and optimizations

πŸ“¦ Progress So Far

πŸ”’ Problem # Status
... ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors