Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

91 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DSA

🎯 LeetCode DSA Solutions & Logic Building πŸš€

🧠 Goal: Leveling up core programming logic, pattern recognition, and problem-solving skills through LeetCode.


🌟 Highlights & Features

  • πŸ’» Clean & Optimized Code: High-performance, production-ready solutions.
  • ⚑ Complexity Analysis: Detailed Time $O(N)$ & Space $O(1)$ breakdown for every problem.
  • πŸ›‘οΈ Edge Case Traps: Documented common mistakes & tricky edge cases to avoid logic bugs.
  • πŸ“ Live Notion Integration: Connected with interactive visual notes, diagrams & mindmaps.
  • πŸ” Pattern Recognition: Categorized by core DSA patterns (Two Pointers, Hash Maps, Sliding Window, etc.).

πŸ“ˆ LeetCode Analytics

LeetCode Activity    LeetCode Heatmap


πŸ“ Notes & Documentation

If you are having trouble understanding any code or need detailed explanations, feel free to check out my organized DSA notes:


πŸ’‘ Feedback & Improvements

If you spot any bugs, edge cases, or areas for improvement, I'd love to hear your feedback!

  • 🌐 Social Links: You can find all my social profiles on my GitHub main page: @MehmoodCoder
  • πŸ’¬ WhatsApp: Reach out directly at +92 333 4095340

LeetCode Topics

Array

0189-rotate-array
0283-move-zeroes
0485-max-consecutive-ones
0977-squares-of-a-sorted-array
1470-shuffle-the-array
1480-running-sum-of-1d-array
1512-number-of-good-pairs
1929-concatenation-of-array
2011-final-value-of-variable-after-performing-operations

Prefix Sum

1480-running-sum-of-1d-array

Simulation

0412-fizz-buzz
1929-concatenation-of-array
2011-final-value-of-variable-after-performing-operations

Two Pointers

0125-valid-palindrome
0189-rotate-array
0283-move-zeroes
0344-reverse-string
0345-reverse-vowels-of-a-string
0392-is-subsequence
0977-squares-of-a-sorted-array
1768-merge-strings-alternately

Sorting

0242-valid-anagram
0977-squares-of-a-sorted-array

Hash Table

0205-isomorphic-strings
0242-valid-anagram
0771-jewels-and-stones
1512-number-of-good-pairs

Math

0189-rotate-array
0412-fizz-buzz
1512-number-of-good-pairs

Counting

1512-number-of-good-pairs

String

0125-valid-palindrome
0205-isomorphic-strings
0242-valid-anagram
0344-reverse-string
0345-reverse-vowels-of-a-string
0392-is-subsequence
0412-fizz-buzz
0459-repeated-substring-pattern
0771-jewels-and-stones
0796-rotate-string
1768-merge-strings-alternately
2011-final-value-of-variable-after-performing-operations

String Matching

0459-repeated-substring-pattern
0796-rotate-string

Dynamic Programming

0392-is-subsequence

πŸ‘€ Author

MehmoodCoder


πŸ“„ License

This project is open source and available under the MIT License.


πŸ“ Changelog

v1.0.0 (Initial Release - Core Foundation)

  • πŸš€ Topic Tracking: Added core solutions for Array, String, and Hash Map pattern problems.
  • πŸ’‘ Notion Integration: Linked live DSA Dashboard for detailed problem breakdowns, patterns, and visual explanations.
  • ⚑ Optimization Focus: Included time and space complexity ($O(N)$ / $O(1)$) analysis for each solution.
  • πŸ›‘οΈ Edge Cases & Mistakes: Documented common traps and failure cases to avoid logic bugs.

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Happy Coding without Chai ! β˜•

About

πŸš€ LeetCode DSA Vault β€” Master Data Structures & Algorithms, crack core patterns, and sharpen problem-solving logic! 🧠⚑🧩 Focus: Clean Python/C code with optimized Time & Space complexity ($O(N)$ / $O(1)$)πŸ›‘οΈ Edge Cases: Documented traps, common bugs, and pattern breakdownsπŸ“š Interactive Notes: Deep dives connected to my live Notion DSA Dashboard

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages