A structured collection of problem-solving patterns in Data Structures and Algorithms to master coding efficiently.
Stars
21
Forks
5
Watchers
21
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
docs: Add Pro Tips to DP patterns and complete structural polish
9aafb87View on GitHubrefactor: Consolidate Linked List problems and add Pro Tips to READMEs
8726cb4View on GitHubfeat: Pedagogical Overhaul with Learning Tiers and Heuristics
fd93ac4View on GitHubUpdate Root README with new categories and completed problems
badae4aView on GitHubAdd Advanced Graph Algorithms patterns with solutions (Bridges, Articulation Points)
acff397View on GitHubAdd Advanced Data Structures patterns with solutions (Segment Tree, BIT)
95981e1View on GitHubAdd Greedy & Design patterns with solutions (Greedy Algorithms, System Design)
8997acfView on GitHubAdd Trees & Trie patterns with solutions (Traversals, Construction, Advanced Problems)
45ab8b8View on GitHubAdd Heap, Merge & Stacks patterns with solutions (Monotonic Stack, Two Heaps)
465240cView on GitHubAdd Math & Geometry patterns with solutions (Number Theory, matrix, Geometry)
05c01afView on GitHubAdd Bit Manipulation patterns with solutions (XOR, Bitmasking, Arithmetic)
b50987bView on GitHubAdd 2-D DP patterns with solutions (Grid, String, Matrix Chain)
306b21dView on GitHubAdd 1-D DP patterns with solutions (Knapsack, LIS, House Robber)
b01ba15View on GitHubAdd Graph patterns with solutions (BFS, DFS, Union-Find, Advanced Algo)
c90fda6View on GitHubAdd Backtracking patterns with solutions (Permutations, Subsets, Combinations)
e72e8c9View on GitHub