Facebook Pixel
Monster DP

The classic grind — now upgraded with feedback.

Blind 75 is the go-to list for interview prep, but most platforms make you tackle it alone. On AlgoMonster, each problem is backed by the core patterns you've already learned, so you're not just guessing — you're applying real techniques. And if you mess up, we'll tell you exactly where you went wrong and how to fix it. It's the Blind 75, but finally with actual support.

Completed 0/73
Learn this pattern

Rewards clever set usage over sorting.

Medium

Introduces hash-map pair lookup.

Easy

This problem tests understanding of mathematical properties, bit manipulation, and the ability to find missing elements in a sequence.

Easy

This problem tests understanding of string manipulation, encoding/decoding techniques, and the ability to design algorithms for data serialization.

Medium

This problem tests understanding of matrix manipulation, in-place operations, and geometric transformations.

Medium

Covers hash-map grouping by a canonical key.

Medium

This problem tests understanding of matrix traversal, boundary conditions, and direction changes. It's a common interview question that requires careful handling of edge cases.

Medium

This problem tests understanding of matrix manipulation, in-place algorithms, and space optimization. It's a common interview question that requires careful handling of edge cases and space constraints.

Medium

Introduces hash-set membership checks.

Easy

Covers frequency counting with ranked selection.

Medium

Introduces prefix and suffix multiplication techniques for in-place computations.

Medium

Teaches single-pass running-minimum scanning.

Easy
Learn this pattern

Two pointers with a non-obvious pruning argument.

Medium

Extends two-pointer search after sorting.

Medium

Introduces the use of slow-fast pointers, reversing a linked list, and merging two lists.

Medium

Introduces two-pointer iteration.

Easy
Learn this pattern

Introduces the sliding window pattern.

Medium

Extends sliding window with a replacement budget.

Medium

Hardens sliding-window with shrink conditions.

Hard
Learn this pattern

Introduces stack-based LIFO matching.

Easy
Learn this pattern
Learn this pattern
Learn this pattern
Learn this pattern
Learn this pattern
Learn this pattern
Learn this pattern