演算法設計及分析

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

(修訂版本間差異)
跳轉到: 導航, 搜尋
第21行: 第21行:
'''[http://wmi.ee.nsysu.edu.tw/enter/images/6/68/AlgCh7MaxFlow.pdf Chapter 7. Maximum Flow]'''  
'''[http://wmi.ee.nsysu.edu.tw/enter/images/6/68/AlgCh7MaxFlow.pdf Chapter 7. Maximum Flow]'''  
-
'''[http://wmi.ee.nsysu.edu.tw/enter/images/f/f1/AlgCh8MaxMatching.pdf Chapter 8. Maximum Bipartie Matching]''''''<br>'''  
+
[http://wmi.ee.nsysu.edu.tw/enter/images/f/f1/AlgCh8MaxMatching.pdf '''Chapter 8. Maximum Bipartie Matching''']'''<br>'''  
'''[http://wmi.ee.nsysu.edu.tw/enter/images/f/f3/AlgCh9LP.pdf Chapter 9. Simplex for Linear Programming]'''''<br>'''''[http://wmi.ee.nsysu.edu.tw/enter/images/8/81/AlgCh9LPexample.pdf 附錄:Chapter 9 投影片範例的計算]'''  
'''[http://wmi.ee.nsysu.edu.tw/enter/images/f/f3/AlgCh9LP.pdf Chapter 9. Simplex for Linear Programming]'''''<br>'''''[http://wmi.ee.nsysu.edu.tw/enter/images/8/81/AlgCh9LPexample.pdf 附錄:Chapter 9 投影片範例的計算]'''  

在2024年2月22日 (四) 10:50所做的修訂版本

研究所課程, 2024 Spring, Thu 2:10~5:00 PM, EC3012

如果再次發生疫情,必須線上授課時的網址
https://t.co/KNFr9CxN8o

團隊代碼:t9nwzt5(啟動留言功能)


Chapter 0. Syllabus

Chapter 1. Running Time Analysis 

Chapter 2. Divide and Conquer

Chapter 3. Dynamic Programming

Chapter 4. Greedy Algorithms 

Chapter 5. Graph Traversals and Their Applications
附錄:SCC 程式碼

Chapter 6. Shortest Paths and Minimun Spanning Trees
(彈性授課)
附錄:Dijkstra Algorithm 程式碼
附錄:Prim's Algorithm 程式碼

Chapter 7. Maximum Flow

Chapter 8. Maximum Bipartie Matching

Chapter 9. Simplex for Linear Programming
附錄:Chapter 9 投影片範例的計算

'Chapter 10. NP-Completeness
'
附錄:第一個 NPC 問題的證明

Chapter 11. Approximation Algorithms