演算法設計及分析

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

在2021年3月12日 (五) 11:09由Ztchou (對話 | 貢獻)所做的修訂版本
跳轉到: 導航, 搜尋

研究所課程, 2021 Spring, Thu 2:10~5:00 PM, EC3013


本課程只點名三次,分別是「期中考、期末考、教學評鑑」這三天。

Chapter 0. 學期成績計分方式

Chapter 1. Introduction

Chapter 2. Growth of Functions 
(實驗室的 web server 出了問題,目前無法上傳更新版的投影片)

Chapter 3. Divide and Conquer 

Chapter 4. Randomized Algorithms

Chapter 4 習題解答

*Derandomization of MAX-3SAT (參考資料,自我學習,上課不教,考試不考)

Chapter 5. Dynamic Programming

Chapter 6. Greedy Algorithms 

Chapter 7. Graph Traversal Techniques

Chapter 8. Minimun Cost Spanning Tree

Chapter 9. Maximum Flow

Chapter 10. Maximum Matching (正在製作,最晚期中考那個星期上傳)

Chapter 11. Linear Programming and Its Application to Game Theory 

註1:Chapter 11 投影片資料來源

註2:Relations between a primal problem and its dual problem

Chapter 12. NP-Completeness

Chapter 13. Approximation Algorithms