Back to Greedy Algorithms

Greedy Algorithms practice problems

A focused problem list tied to the real-world applications on this topic. Open any problem directly on its platform.

4 problems List view Mobile optimized

Why this page exists

The main topic page explains where the idea is used in production. This child page is only for practice.

Greedy Algorithms practice

4 items
1

Assign Cookies

Greedy matching after sorting two sequences.

LeetCode
2

Jump Game

Reachability using a locally best farthest-reach choice.

LeetCode
3

Candy

Greedy local constraints resolved across an ordered pass.

LeetCode
4

Non-overlapping Intervals

A standard interval-selection greedy strategy.

LeetCode