演算法設計及分析

出自中山電機所 無線行動網路實驗室

在2011年5月10日 (二) 16:10由Ztchou (對話 | 貢獻)所做的修訂版本
跳轉到: 導航, 搜尋

研究所課程, 2011 Spring, Tue 9:00~12:00 AM, F3009

Chapter 1. Introduction(2011/02/21)

Chapter 2. Growth of Functions(更新。2011/03/08)

Chapter 3. Divide and Conquer(2011/03/08)

Chapter 4. Selection(2011/03/08)

Chapter 5. Randomized Algorithms(2011/03/08)

Chapter 6. Dynamic Programming(2011/03/08)

Chapter 7. Greedy Algorithm(2011/03/08) 

Chapter 8. Strongly Connected Components(2011/03/08)

資料結構教材(自己研習)Minimum Cost Spanning Tree

Chapter 9. Single-Source Shortest Paths(2011/05/10)

Chapter 10. Maximum Flow(2011/03/08)

Chapter 11. Linear Programming(2011/03/08)

Chapter 12. NP-Completeness(2011/03/08)

Chapter 13. Approximation Algorithms(2011/03/08)

Chapter 14. Genetic Algorithms(選擇性教材)