Skip to content

My daily Leetcode practice repository, featuring solved problems, categorised solutions, and a structured roadmap for mastering data structures and algorithms.

Notifications You must be signed in to change notification settings

cassxw/Leetcode-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Leetcode Practice Repository

This repository is my personal Leetcode Practice Hub, where I commit solutions to Leetcode problems daily and follow structured topic-based problem-solving roadmaps. The goal is to improve consistency, track progress, and reinforce concepts through active problem-solving.


πŸ“‚ Repository Structure

Leetcode-Practice/
│── README.md  
│── Daily/                   # Daily Leetcode practice solutions
β”‚   β”œβ”€β”€ ####_problem-name.py
β”‚   β”œβ”€β”€ ####_problem-name.java
│── Topics/                  # Problems categorised by topic
β”‚   β”œβ”€β”€ Arrays/
β”‚   β”‚   β”œβ”€β”€ 001_Two-Sum.py
β”‚   β”‚   β”œβ”€β”€ 217_Contains-Duplicate.java
β”‚   β”œβ”€β”€ Dynamic Programming/
β”‚   β”‚   β”œβ”€β”€ 053_Maximum-Subarray.py
β”‚   β”‚   β”œβ”€β”€ 300_Longest-Increasing-Subsequence.java

πŸ“… Daily Practice Routine

βœ… Solve the Leetcode daily challenge and save it in Daily/ folder.
βœ… Follow Leetcode topic roadmaps and add topic-wise solutions in Topics/.
βœ… Commit & push progress every day to maintain consistency.

πŸ”„ Example Workflow

git add .
git commit -m "Solve daily: 217_Contains-Duplicate"
git push

🎯 My Goals

  • πŸ”₯ Maintain a daily coding streak.
  • πŸ“š Master/Revise DSA topics systematically.
  • πŸš€ Improve problem-solving speed & efficiency.

🀝 Contributions

This is a personal learning repository, but feel free to fork it and use the structure for your own Leetcode journey!


About

My daily Leetcode practice repository, featuring solved problems, categorised solutions, and a structured roadmap for mastering data structures and algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published