判断题:What makes the time complexity analysis of a backtracking algori
What makes the time complexity analysis of a backtracking algorithm very difficult is that the time taken to backtrack -- that is, to recover the previous state of a solution -- is hard to estimate.答案:FALSE