The Greedy Method
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
A greedy algorithm builds one solution by repeatedly applying a simple rule selecting the next element for immediate benefit — one candidate built, never the whole space.
Show
Packing a bag by always adding the item that fits best right now is greed as method.
Watch for
Immediate benefit is the method's power and its blind spot.