1 / 4

Algorithm Design Techniques

Algorithm Design Techniques. http://net.pku.edu.cn/~course/cs202/2014 Hongfei Yan School of EECS, Peking University 2/8/2014. Outline. Greedy Algorithm ( 贪心算法 ) Divide and Conquer( 分治 ) Dynamic Programming ( 动态规划 ) Randomized Algorithms ( 随机算法 ) Backtracking Algorithms ( 回溯法 ).

jdittman
Download Presentation

Algorithm Design Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Algorithm Design Techniques http://net.pku.edu.cn/~course/cs202/2014 Hongfei Yan School of EECS, Peking University 2/8/2014

  2. Outline • Greedy Algorithm (贪心算法) • Divide and Conquer(分治) • Dynamic Programming (动态规划) • Randomized Algorithms (随机算法) • Backtracking Algorithms (回溯法)

  3. Summary (1/2)

  4. References • Chapter 10 @ Data Structures and Algorithm Analysis in C++ (4th Edition),by Mark A. Weiss, Prentice Hall, June 11, 2013.

More Related