Comprehensive DSA practice repo with real interview questions, clean solutions in Python, JavaScript, and C++. Professionally organized by topic and difficulty. Perfect for coding interviews and mastering data structures & algorithms.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
571
commits
Update root README: add C++ DP basic/moderate/advanced progress
d990637View on GitHubC++ DP (basic): Implement Minimum number of jumps — recursive/memo/DP/greedy + tests; add question file
10ebf3bView on GitHubUpdate root README: add C++ DP basic/moderate/advanced progress
4e46702View on GitHubC++ DP (advanced): Add README with problems and approaches
dbbcbb9View on GitHubC++ DP (advanced): Implement Edit Distance — DP 2D/1D + memo + tests
a140132View on GitHubC++ DP (advanced): Implement Wildcard Matching — DP, greedy, memo + tests
f1c5ebaView on GitHubC++ DP (advanced): Implement Regex Matching — DP + memo + tests
1087d29View on GitHubC++ DP (advanced): Add LC 10 Regular Expression Matching question
d08d021View on GitHubC++ DP (basic): Implement LIS — O(n^2) DP, O(n log n), memo + tests
24348f3View on GitHubC++ DP (basic): Implement Coin Change — memo, DP, BFS + tests
a0d6e5dView on GitHub