- 1
- 0
- 约 10页
- 2016-11-28 发布于河南
- 举报
Ch10.5 BacktrackingCh10.2 Divide and Conquer
* §5 Backtracking Algorithms A sure-fire way to find the answer to a problem is to make a list of all candidate answers, examine each, and following the examination of all or some of the candidates, declare the identified answer. Suuuure — if the list is finite and it is possible to identify the answer following the examinations. AND, if there are not too many candidates. Backtracking enables us to eliminate the explicit examination of a large subset of the candidates while still guaranteeing that the answer will be found if the algorithm is run to term
原创力文档

文档评论(0)