出自中山電機所 無線行動網路實驗室
第7行: | 第7行: | ||
''<br>'''''Chapter 0. Course Syllabus<br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/2/22/Ds24Ch0SyllabusV2.pdf 投影片] <br>投影片有更新(更新第 34 頁,更新日期 2024/09/18)<br> | ''<br>'''''Chapter 0. Course Syllabus<br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/2/22/Ds24Ch0SyllabusV2.pdf 投影片] <br>投影片有更新(更新第 34 頁,更新日期 2024/09/18)<br> | ||
- | + | <br> | |
'''Chapter 1. Quick Review of C++'''<br>[http://wmi.ee.nsysu.edu.tw/enter/images/a/ae/Ds24Ch1CppReview.pdf 投影片] [http://wmi.ee.nsysu.edu.tw/enter/images/0/06/Ds24Ch1Codes.rar 程式碼] [http://wmi.ee.nsysu.edu.tw/enter/images/c/cc/Ds24Ch1ExAndAns.pdf Exercises]<br> | '''Chapter 1. Quick Review of C++'''<br>[http://wmi.ee.nsysu.edu.tw/enter/images/a/ae/Ds24Ch1CppReview.pdf 投影片] [http://wmi.ee.nsysu.edu.tw/enter/images/0/06/Ds24Ch1Codes.rar 程式碼] [http://wmi.ee.nsysu.edu.tw/enter/images/c/cc/Ds24Ch1ExAndAns.pdf Exercises]<br> | ||
- | 這學期,所有教材大改版,所以來不及更新。<br>目前只能下載包含 Chapter 1 之前的所有教材。 | + | 這學期,所有教材大改版,所以來不及更新。<br>目前只能下載包含 Chapter 1 之前的所有教材。 |
+ | |||
+ | |||
'''Chapter 2. Running Time Analysis'''<br>[http://wmi.ee.nsysu.edu.tw/enter/images/4/4a/Ds2TtimeComplexity3.pdf 投影片] [http://wmi.ee.nsysu.edu.tw/enter/images/5/59/HanoiTowerV2.rar 程式碼] [http://wmi.ee.nsysu.edu.tw/enter/images/1/13/Ds2ComplexityExV5.pdf Exercises] | '''Chapter 2. Running Time Analysis'''<br>[http://wmi.ee.nsysu.edu.tw/enter/images/4/4a/Ds2TtimeComplexity3.pdf 投影片] [http://wmi.ee.nsysu.edu.tw/enter/images/5/59/HanoiTowerV2.rar 程式碼] [http://wmi.ee.nsysu.edu.tw/enter/images/1/13/Ds2ComplexityExV5.pdf Exercises] |
在2024年9月18日 (三) 08:22所做的修訂版本
資料結構
Fall, Wed. 1:00 PM ~ 4:00 PM, EC3013
如果學校因為疫情要求線上授課,使用
Microsoft Teams 網址 https://t.co/KNFr9CxN8o
團隊代碼:t9nwzt5(啟動留言功能)
否則在教室上課
註:所謂的「彈性學習」是指「如果時間充分,就會講授;如果時間不夠,就不會教」。當然,如果上課沒教,考試就不會考。所謂的「自主學習」是指「由於老師投影片做太多,所以上課一定不會教;如果同學有興趣,必須自己閱讀」。
Chapter 0. Course Syllabus
投影片
投影片有更新(更新第 34 頁,更新日期 2024/09/18)
Chapter 1. Quick Review of C++
投影片 程式碼 Exercises
這學期,所有教材大改版,所以來不及更新。
目前只能下載包含 Chapter 1 之前的所有教材。
Chapter 2. Running Time Analysis
投影片 程式碼 Exercises
Chapter 3. Vectors
投影片 程式碼 Exercises
Chapter 4. Circular Lists and Iterators
投影片 程式碼 Exercises
Chapter 5. Stacks and Queues
投影片 程式碼 Exercises
Chapter 6. Graphs and Trees
投影片 程式碼 Exercises
Chapter 7. Heaps
投影片 程式碼 Exercises
Chapter 8. Sorting (彈性學習)
Chapter 9. Hash Tables
投影片 程式碼 Exercises
Chapter 10. AVL Trees
投影片 程式碼 Exercises
Chapter 11. B-Trees and Red-Black Trees (自主學習)
投影片 程式碼
********************************************
計算機概論。2020起停開
Chapter 5. Computer Organization
Chapter 9. Programming Languages