《计算模型与算法技术教学课件》3-Brute Force.pptVIP

  • 18
  • 0
  • 约1.22万字
  • 约 43页
  • 2016-09-20 发布于浙江
  • 举报

《计算模型与算法技术教学课件》3-Brute Force.ppt

* * * Exhaustive Search A brute force solution to a problem involving search for an element with a special property, usually among combinatorial objects such as permutations, combinations, or subsets of a set. Method: generate a list of all potential solutions to the problem in a systematic manner (see algorithms in Sec. 5.4) evaluate potential solutions one by one, disqualifying infeasible ones and, for an optimization problem, keeping track of the best one found so far when search ends, announce the solution(s) found Example 1: Traveling Salesman Problem Given n cities with known dis

文档评论(0)

1亿VIP精品文档

相关文档