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

Backtracking Vocabulary

Learn the vocabulary of undoing a choice the moment a partial solution violates a constraint.

0 / 5 completed
1 / 5
At standup, a dev mentions an algorithm that builds a solution one choice at a time, and the moment a partial solution is found to violate a constraint, it undoes that last choice and tries a different one instead of continuing down a doomed path. What is this technique called?