演算法
Algorithms
| 節 | 週一 |
|---|---|
3 10:10–11:00 | 演算法 EDB27 3 節連堂 |
4 11:10–12:00 | |
N 12:20–13:10 |
* 根據陽明交大上課時間表所列
Shall know the way to design efficient algorithms and analyze the time and space complexity of algorithms. Some advance data structures those are needed to design efficient algorithms. Introduce some graph algorithms. To a computational problem, is it tractable (NP)? Or how fast we can solve it (lower bound). Courses will cover 1. An introduction, sorting algorithms, asymptotic notations, recursion, 2 to 3 weeks. 2. \Omega(n log n) Lower bound to sorting algorithm, Why there are sorting algorithms beat this lower bound. 1 week, 3. Selection, a computational problem similar to but easier than sorting. 4. Review the way to design algorithms, iteration, divide and conquer, randomize, prune and search. 5. Random variable and analysis of quick sort. 6. balance tree, red-black tree, 7. Other ways to design efficient algorithms, greedy approach, dynamic programming, amortized analysis, 8. Heap structures, binomial heap, Fibonacci Heap 9. Union/Find operations, Function that grows very fast or very slowly. 10. graph algorithms, Minimum Spanning Tree, BFS, DFS, application of DFS. 11. Some graph algorithms are not tractable, NP 12. hopefully, some computational geometry, parallel algorithms, FFT, Linear programming, ...
Prerequisites: Know at least a programming language (have take a related course and done programming assignments), C/C++ will be better. Data structures.
Students will have the slides. Slides do not cover all the details, reading book is required.
One midterm exam, one final exam (70% of final score). At most 3 programming assignments, some homework (reading assignments), and some quizs.
| 週次 | 主題 |
|---|---|
| 第 1 週 | |
| 第 2 週 | |
| 第 3 週 | |
| 第 4 週 | |
| 第 5 週 | |
| 第 6 週 | |
| 第 7 週 | |
| 第 8 週 | |
| 第 9 週 | |
| 第 10 週 | |
| 第 11 週 | |
| 第 12 週 | |
| 第 13 週 | |
| 第 14 週 | |
| 第 15 週 | |
| 第 16 週 |
Introduction to Algorithms, 3rd edition, MIT press. By Cormen, Leiserson, Rivest, and Stein.
- 地點
- EC115[KF]
- 時間
- Office hour, to be announced, or appointment.
- 聯絡方式
- ytc@cs.nctu.edu.tw