AdvancedVocabulary#computer-science-fundamentals#developer-tools#backend

Greedy Algorithm Vocabulary

Build fluency in the vocabulary of committing to the locally best choice at every step without reconsidering.

0 / 5 completed
1 / 5
At standup, a dev mentions an algorithm that, at every step, picks whichever option looks locally best right now, without ever reconsidering that choice later, and this happens to still produce the globally optimal answer for the problem at hand. What is this technique called?