Skip to content

Adiwebtya/LeetcodeDaily

Repository files navigation

Welcome to my LeetCode practice repository! πŸš€ This repo is a collection of my solutions to various LeetCode problems, written with clean, readable, and well-structured code.

πŸ“Œ About

Problems are categorized by topic (Arrays, Strings, DP, Graphs, etc.) and difficulty (Easy, Medium, Hard).

Each solution includes:

βœ… Problem statement (short description)

βœ… My approach / explanation

βœ… Code implementation (C++ / Python / Java, depending on problem)

Goal: Consistent practice to strengthen problem-solving, data structures, and algorithms.

πŸ—‚ Structure LeetCode/ │── Arrays/ β”‚ β”œβ”€β”€ TwoSum.cpp β”‚ β”œβ”€β”€ MaximumSubarray.cpp β”‚ │── Strings/ β”‚ β”œβ”€β”€ ValidPalindrome.cpp β”‚ β”œβ”€β”€ LongestSubstring.cpp β”‚ │── DynamicProgramming/ β”‚ β”œβ”€β”€ ClimbingStairs.cpp β”‚ β”œβ”€β”€ CoinChange.cpp β”‚ │── README.md

πŸ“Š Progress Tracker

🌱 Easy: XX problems solved

🌿 Medium: XX problems solved

🌳 Hard: XX problems solved

πŸ”₯ Total: XXX problems solved

(Updating as I go along πŸ’‘)

🎯 Goals

Solve at least N problems per week

Improve speed + accuracy in coding interviews

Build a strong DSA foundation

🀝 Contributions

This is primarily my personal learning journey. However, if you’d like to suggest better solutions, optimizations, or alternative approaches, feel free to open a pull request or drop issues!

✨ "Consistency is the key to mastering problem-solving." ✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages