Coders Crushby Napplied AI

Data Structures & Algorithms

100+ curated problems from top tech interviews

AllArrays & HashingTwo PointersSliding WindowStack & QueueBinary SearchLinked ListsTreesTriesHeap / Priority QueueGraphsDynamic ProgrammingBacktrackingGreedyIntervalsMath & GeometryBit Manipulation

4 problems found

Candy

HardGreedy

Minimum candies for children...

O(n) / O(n)
Google, Amazon

Jump Game II

Coders Crushby Napplied AI

The ultimate interview preparation platform. Master System Design, DSA, and tackle community challenges to crush your FAANG interviews.

Looking for jobs? Visit Napplied AI Jobs Search Agent

System Design

  • All Problems
  • Easy
  • Hard

DSA

  • All Problems
  • Dynamic Programming
  • Graphs

More

  • Problems Arena
  • Growth Paths
  • My Crush

Coders Crush by Napplied AI - Tech Interview & Coding Should Be Effortless

MediumGreedy

Minimum jumps to reach end...

O(n) / O(1)
Google, Amazon

Interval Scheduling

MediumGreedy

Maximum non-overlapping intervals...

O(n log n) / O(1)
Google, Amazon

Gas Station

MediumGreedy

Find start gas station...

O(n) / O(1)
Google, Amazon