-->
当前位置:首页 > 题库

判断题:What makes the time complexity analysis of a backtracking algori

Luz5年前 (2021-06-19)题库713
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