Skip to content

Ayush-Raj890/leetcode-daily-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 LeetCode Daily – Java Solutions

A collection of my Java-based LeetCode solutions, each explained with detailed approaches and insights.
This repository demonstrates my problem-solving skills, algorithmic thinking, and consistency through daily practice.


📅 Daily Progress


📌 Repository Structure

leetcode-daily-java/ │ ├── Day01_TwoSum/ │ └── Explanation.md ├── Day02_ReverseInteger/ │ ├── Solution.java │ └── Explanation.md ├── Day03_SortVowelsInString/ │ └── Explanation.md ├── Day04_VowelsGameInString/ │ ├── Solution.java │ └── Explanation.md ├── Day05_FindMostFrequentVowelAndConsonant/ │ ├── Solution.java ├── Day06_VowelSpellchecker/ │ ├── Solution.java ├── Day07_MaximumWordsTyped/ │ ├── Solution.java │ └── Explanation.md ├── Day08_ReplaceNonCoprime/ │ ├── Solution.java │ └── Explanation.md ├── Day09_DesignFoodRatingSystem/ │ ├── Solution.java │ └── Explanation.md ├── Day10_DesignTaskManager/ │ ├── Solution.java │ └── Explanation.md ├── Day11_3484. Design Spreadsheet/ │ ├── Solution.java │ └── Explanation.md ├── Day12_DesignRouter/ │ └── Explanation.md ├── Day13_DesignMovieRentalSystem/ │ ├── Solution.java │ └── Explanation.md └── README.md

✨ Why this repo?

  • To practice consistently and grow as a problem solver.
  • To maintain both solutions and explanations for future reference.
  • To showcase clean Java code + algorithmic approaches in a structured way.

🔔 Stay tuned as I update this repository daily with new problems and insights!

About

“Daily LeetCode Java solutions with explanations and approaches”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages