出自中山電機所 無線行動網路實驗室
資料結構
Fall, Wed. 1:00 PM ~ 4:00 PM, EC3013
如果學校因為疫情要求線上授課,使用
Microsoft Teams 網址 https://t.co/KNFr9CxN8o
團隊代碼:t9nwzt5(啟動留言功能)
否則在教室上課
註:所謂的「彈性學習」是指「如果時間充分,就會講授;如果時間不夠,就不會教」。當然,如果上課沒教,考試就不會考。所謂的「自主學習」是指「由於老師投影片做太多,所以上課一定不會教;如果同學有興趣,必須自己閱讀」。
Chapter 0. Course Syllabus
投影片
Chapter 1. Quick Review of C++
投影片 程式碼 Exercises
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