- 1 According To The Strategy Backtracking Method Searches The Solution Space Tree From The Root Node In The Solution Sp 1 (29.11 KiB) Viewed 27 times
1. According to the strategy, backtracking method searches the solution space tree from the root node in the solution sp
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. According to the strategy, backtracking method searches the solution space tree from the root node in the solution sp
1. According to the strategy, backtracking method searches the solution space tree from the root node in the solution space tree of the problem. A. Breadth first B. live node first C. extension node first D. depth first 2. Which of the following factors does the efficiency of backtracking method not depend on? A. Determine the time of solution space B. the number of values satisfying explicit constraints C. Time to calculate the constraint function D. time to calculate the limit function