Skip to content

abdulwalidal/leetcode-java-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LeetCode Java Solutions

Hi there,

I created this repository to document my learning journey — solving problems one step at a time.

I’m still learning, and sometimes it’s hard.
But I’m trying my best, and every solution here is a small victory in my journey of understanding programming logic and problem-solving.

Each solution will have comments explaining the flow and thought process, so that anyone who sees it can understand not just the code, but also the logic behind it.
At this stage, I’m not worrying about time or space complexity — my goal is to get comfortable with coding and problem-solving.


Folder Structure

  • Easy/ → Beginner-level problems
  • Medium/ → Intermediate-level problems
  • Hard/ → Advanced problems

How I Use This Repo

  1. Pick a problem from LeetCode.
  2. Solve it in Java.
  3. Write the solution with detailed comments about the flow and logic.
  4. Save it in the appropriate folder based on difficulty.

My Goal

  • Improve step by step, no matter how small the progress.
  • Learn to write clean, understandable code.
  • Strengthen problem-solving skills and logical thinking.

A little reminder to myself (and anyone reading this):

Learning is not a race. Every line of code you write teaches you something new.
Keep trying, keep learning, and don’t give up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages