I’m Going To Google > Alogrithms > Flashcards
What is
Backtracking
回溯法(backtracking)將每種可能性列出,但只要算到絕對不可行的結果就退回、不再依照該路徑往下計算,跟傳統的「暴力法」相比,可以省去計算行不通的解之時間。