演算法設計及分析

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

(修訂版本間差異)
跳轉到: 導航, 搜尋
 
(219個中途的修訂版本沒有顯示)
第1行: 第1行:
-
'''研究所課程, 2019 Spring, Thu 2:10~5:00 PM, EC3009<br><br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/d/dd/Alg20Ch0Textbook.pdf <br>Chapter 0. 學期成績計分方式]
+
'''研究所課程, 2024 Spring, Thu 2:10~5:00 PM, EC3013'''''<br><br>'''''如果再次發生疫情,必須線上授課時的網址<br>[https://t.co/KNFr9CxN8o https://t.co/KNFr9CxN8o]'''<br>'''團隊代碼:t9nwzt5(啟動留言功能)'''
-
[http://wmi.ee.nsysu.edu.tw/enter/images/8/87/Alg20Ch1Introduction.pdf Chapter 1. Introduction]
+
<br>
-
[http://wmi.ee.nsysu.edu.tw/enter/images/f/f8/Alg20Ch2GrowthFunctionV2.pdf Chapter 2. Growth of Functions]&nbsp;(2020.Mar.16 增加一頁投影片;在投影片第23頁)
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/a/ad/AlgCh0Syllabus.pdf Chapter 0. Syllabus]'''<br>
-
[http://wmi.ee.nsysu.edu.tw/enter/images/3/3d/Alg20Ch3DivideConquerV3.pdf Chapter 3. Divide and Conquer]&nbsp;(2020.Mar.20. 把投影片第20頁的公式推導寫得更仔細一點)
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/3/33/AlgCh1RunningTimeV6.pdf Chapter 1. Running Time Analysis]'''&nbsp;<br><br>
-
[http://wmi.ee.nsysu.edu.tw/enter/images/d/dc/Alg20Ch4RandomizedAlg.pdf Chapter 4. Randomized Algorithms]  
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/f/f6/AlgCh2DivideAndConquerV5.pdf Chapter 2. Divide and Conquer<br>][http://wmi.ee.nsysu.edu.tw/enter/images/e/ea/LinearTimeSelection.rar 附錄:linear-time selection 程式碼]&nbsp;<br>'''<br>
-
[http://wmi.ee.nsysu.edu.tw/enter/images/9/93/RandAlgChapSol2.pdf Chapter 4 習題解答]  
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/b/bd/AlgCh3DynamicProgrammingV3.pdf Chapter 3. Dynamic Programming]'''<br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/2/2c/MatrixChainMultiplication.rar 附錄:matrix-chain multiplication 程式碼]<br>'''<br>
-
[http://www.cs.toronto.edu/~bor/373f05/max3sat.pdf *Derandomization of MAX-3SAT]&nbsp;(參考資料,自我學習,上課不教,考試不考)
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/5/55/AlgCh4GreedyV2.pdf Chapter 4. Greedy Algorithms]'''&nbsp;<br><br>
-
[http://wmi.ee.nsysu.edu.tw/enter/images/9/99/Alg20Ch5DynamicProgram.pdf Chapter 5. Dynamic Programming]  
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/4/45/AlgCh5GraphTraversalV2.pdf Chapter 5. Graph Traversals and Their Applications]'''<br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/3/33/FindAllSCCsByFinishTime.rar 附錄:SCC 程式碼]'''
-
[http://wmi.ee.nsysu.edu.tw/enter/images/1/11/Alg20Ch6GreedyAlg.pdf Chapter 6. Greedy Algorithms]&nbsp; <br>  
+
<br> [http://wmi.ee.nsysu.edu.tw/enter/images/d/da/AlgCh6ShortestPathMST.pdf '''Chapter 6. Shortest Paths and Minimun Spanning Trees''']''<br>'''''(彈性授課)<br>[http://wmi.ee.nsysu.edu.tw/enter/images/3/32/DijkstraShortestDirectedPaths.rar 附錄:Dijkstra Algorithm 程式碼]<br>[http://wmi.ee.nsysu.edu.tw/enter/images/2/27/PrimAlgorithmForMST.rar 附錄:Prim's Algorithm 程式碼]'''
-
[http://wmi.ee.nsysu.edu.tw/enter/images/a/a4/Alg20Ch7EleGraphAlg.pdf Chapter 7. Graph Traversal Techniques]<br>
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/6/68/AlgCh7MaxFlow.pdf Chapter 7. Maximum Flow]'''
-
[http://wmi.ee.nsysu.edu.tw/enter/images/1/12/Alg20Ch8MinSpanningTree.pdf Chapter 8. Minimun Cost Spanning Tree] <br>
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/3/33/AlgCh8MaxMatching3.pdf Chapter 8. Maximum Bipartie Matching]'''
-
[http://wmi.ee.nsysu.edu.tw/enter/images/e/ee/Alg20Ch9MaxFlow.pdf Chapter 9. Maximum Flow]
+
投影片更新,日期 2024/05/02
-
[http://wmi.ee.nsysu.edu.tw/enter/images/d/d9/Alg20Ch10LinearProgram.pdf Chapter 10. Linear Programming and Its Application to Game Theory]&nbsp;
+
<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/e/ed/LinearProgramming.pdf 註1:Chapter 10 投影片資料來源]  
+
[http://wmi.ee.nsysu.edu.tw/enter/images/2/2d/AlgCh10NPC.pdf '''Chapter 10. NP-Completeness''']''<br>'''''[http://wmi.ee.nsysu.edu.tw/enter/images/e/e3/AlgCh10FirstNPCProof.pdf 附錄:第一個 NPC 問題的證明]'''
-
[http://www.cs.columbia.edu/coms6998-3/lpprimer.pdf 註2:Relations between a primal problem and its dual problem]
+
'''[http://wmi.ee.nsysu.edu.tw/enter/images/f/f6/AlgCh11ApproximationAlg.pdf Chapter 11. Approximation Algorithms]'''<br><br>  
-
 
+
-
[http://wmi.ee.nsysu.edu.tw/enter/images/2/2b/Alg20Ch11NPcomplete.pdf Chapter 11. NP-Completeness]
+
-
 
+
-
[http://wmi.ee.nsysu.edu.tw/enter/images/a/a2/Alg20Ch12Approximation.pdf Chapter 12. Approximation Algorithms]<br>  
+
-
 
+
-
<br>  
+
<br>
<br>

在2024年5月2日 (四) 08:28的最新修訂版本

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

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

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


Chapter 0. Syllabus

Chapter 1. Running Time Analysis 

Chapter 2. Divide and Conquer
附錄:linear-time selection 程式碼 

Chapter 3. Dynamic Programming
附錄:matrix-chain multiplication 程式碼

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

投影片更新,日期 2024/05/02


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

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

Chapter 11. Approximation Algorithms