Skip to content

hibrahi000/leetcode-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

💻 LeetCode Practice

LeetCode Problems Solved Language

Daily coding practice to sharpen problem-solving skills and prepare for technical interviews.


📊 Progress Tracker

Total Problems Solved: 3/1000
Current Streak: 1 day 🔥
Last Updated: November 3, 2025
Difficulty Solved Target
🟢 Easy 3 150
🟡 Medium 0 100
🔴 Hard 0 20

🎯 Focus Areas

  • Arrays ✅ (Primary focus)
  • Strings 🔄 (In progress)
  • Hash Maps 📝 (Upcoming)
  • Trees 📝 (Upcoming)
  • Graphs 📝 (Upcoming)
  • Dynamic Programming 📝 (Upcoming)

📁 Repository Structure

leetcode-practice/
├── easy/
│   ├── arrays/          ✅ 2 problems
│   ├── strings/         ✅ 1 problem
│   ├── hash-maps/
│   ├── linked-lists/
│   └── trees/
├── medium/
│   ├── arrays/
│   ├── strings/
│   ├── trees/
│   ├── graphs/
│   └── dynamic-programming/
└── hard/
    ├── arrays/
    ├── trees/
    └── dynamic-programming/

✅ Solved Problems

🟢 Easy (3/150)

# Problem Difficulty Topic Date Solution
1 Two Sum Easy Arrays, Hash Map Nov 3, 2025 Solution
2 Best Time to Buy and Sell Stock Easy Arrays, DP Nov 3, 2025 Solution
3 Valid Parentheses Easy Strings, Stack Nov 3, 2025 Solution

🟡 Medium (0/100)

Coming soon...

🔴 Hard (0/20)

Coming soon...


🔥 Current Learning Focus

Week of Nov 3-9, 2025:

  • ✅ Arrays fundamentals
  • ✅ Hash map patterns
  • 📝 Two pointer technique (upcoming)
  • 📝 Sliding window (upcoming)

📈 Stats

GitHub Stats


🎯 Goals

  • Solve 100 Easy problems by December 2025
  • Solve 50 Medium problems by January 2026
  • Master all Array patterns
  • Master all String patterns
  • Complete Blind 75 list
  • Ace technical interviews

💡 Problem-Solving Approach

  1. Understand - Read problem carefully, identify inputs/outputs
  2. Plan - Think of approach, consider edge cases
  3. Code - Implement solution with clean code
  4. Test - Run test cases, verify correctness
  5. Optimize - Analyze time/space complexity, improve if possible
  6. Document - Add comments explaining approach

🛠️ Tools & Resources


📫 Connect


Star this repo if you find it helpful!

Last Updated: November 3, 2025 | Next Update: Daily

About

Daily coding practice solving 1-2 problems per day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors