Arrays & Strings Complete — 100-Problem Master Cheatsheet
Master cheatsheet of all 100 Arrays & Strings problems: patterns, time/space complexity, and MAANG company tags in one place.
webcoderspeed.com
27 articles
Master cheatsheet of all 100 Arrays & Strings problems: patterns, time/space complexity, and MAANG company tags in one place.
Master every binary search pattern: classic, left/right boundary, rotated array, BS on answer, and 2D matrix — with templates and full index of 45 problems.
Complete cheatsheet for Binary Search: all 7 patterns, the universal template, BS on answer guide, Big O reference, and MAANG priority.
Complete bit manipulation cheatsheet: all critical tricks, bitmask DP patterns, XOR properties, complexity table, and problem index.
Complete 1D DP cheatsheet: 8 patterns, key transitions, complexity table, and problem index.
Complete 2D DP cheatsheet: 7 patterns, key transitions, stock state machine, interval DP template, and problem index.
Complete cheatsheet for BFS and DFS on graphs and grids: 7 patterns, complexity table, common pitfalls, and problem index.
Complete Greedy and Monotonic Stack cheatsheet: all patterns, templates, complexity table, and problem index.
Complete cheatsheet for Hashing & Maps: all 7 patterns, Big O reference, template code, and MAANG priority guide.
Master heaps and priority queues: 7 core patterns including Top K, Two Heaps, Merge K, and scheduling problems.
Complete Heaps section recap with 7 patterns, complexity guide, and full problem index for interview prep.
Master every linked list pattern: reverse, two pointers, cycle detection, merge, clone, and design problems — with templates and full index of 45 problems.
Complete cheatsheet for Linked Lists: all 7 patterns, template code, Big O reference, and MAANG interview priority guide.
Complete Segment Tree and BIT cheatsheet: templates for BIT, segment tree, lazy propagation, 2D BIT, and problem index.
Master every stack and queue pattern: monotonic stack, BFS, two-stack tricks, deque, and design — with templates and full index of 50 problems.
Complete cheatsheet for Stacks & Queues: all 7 patterns, template code, Big O reference, and MAANG interview priority guide.
Master every tree pattern: DFS traversals, BFS level-order, BST operations, LCA, path sum, and serialization — with templates and full index of 75 problems.
Complete Trees section recap covering 9 core patterns, complexity guide, and interview problem index.
Complete Tries cheatsheet: core operations, 5 patterns, binary trie for XOR, complexity table, and decision guide.
Complete cheatsheet of Two Pointers and Sliding Window patterns with template code, problem index, and MAANG priority list.
Complete backtracking reference: universal template, 7 pattern recognition cues, complexity guide, and top 30 interview problems.
Complete reference for math and number theory DSA patterns: algorithm selection guide, complexity table, and top 25 interview problems.
Complete recap of all 20 advanced graph problems with algorithm selection guide, complexity comparison, and pattern recognition cues.
Complete recap of all 20 string algorithm problems: pattern recognition guide, algorithm selection, and complexity reference.
The complete interview readiness cheatsheet: pattern recognition guide, complexity reference, STAR story index, system design vocabulary, and company-specific tips all in one place.
Complete recap of all 24 company-tagged problems with pattern classification, company attribution, and key insights. Use as a final review checklist before company-specific interviews.
Complete recap of all 20 system design DSA problems: pattern classification, time complexities, key data structures, and decision framework for choosing the right design approach.