cover of episode Recursive Backtracking

Recursive Backtracking

2020/5/16
logo of podcast Programmers Quickie

Programmers Quickie

Frequently requested episodes will be transcribed first

Shownotes Transcript

Backtracking is a general algorithm for finding all solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution