算法设计与分析基础第三版PPTch 06.pptVIP

  • 3
  • 0
  • 约1.54万字
  • 约 44页
  • 2019-11-09 发布于广东
  • 举报
Design and Analysis of Algorithms - Chapter 6 Transform and Conquer This group of techniques solves a problem by a transformation to a simpler/more convenient instance of the same problem (instance simplification) a different representation of the same instance (representation change) a different problem for which an algorithm is already available (problem reduction) Instance simplification - Presorting Solve a problem’s instance by transforming it into another simpler/easier instance of the same problem Presorting Many problems involving lists are easier when list is sorted, e.g. sea

文档评论(0)

1亿VIP精品文档

相关文档