計算機概論

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

跳轉到: 導航, 搜尋

資料結構

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. Time Complexity and Recursion
投影片  程式碼  Exercises

Chapter 3. Vectors
投影片  程式碼  Exercises

Chapter 4. Circular Lists and Iterators
投影片  程式碼  Exercises

Chapter 5. Stacks and Queues
投影片  程式碼  Exercises

投影片更新,日期 2023/11/08


Chapter 6. Trees
投影片  程式碼  Exercises

投影片更新,日期 2023/11/17
(更新投影片第 12、22 頁)


Chapter 7. Heaps
投影片  程式碼  Exercises

投影片及 Exercises 皆更新,日期 2023/11/20


Chapter 8. Sorting (彈性學習)

投影片  程式碼  Exercises


Chapter 9. Hash Tables
投影片  程式碼  Exercises

投影片及Excercises 皆更新,日期2023/11/28


Chapter 10. AVL Trees
投影片  程式碼  Exercises

投影片更新,日期 2023/12/13


Chapter 11. B-Trees and Red-Black Trees (自主學習)
投影片  程式碼







********************************************
計算機概論。2020起停開


Chapter 0. Syllabus

Chapter 1. Introduction

Chapter 2. Number Systems

Chapter 3. Data Storage

Chapter 4. Operations on Data

Chapter 5. Computer Organization

Chapter 6. Operating Systems

Chapter 7. Computer Networks

Chapter 8. Wireless Networks

Chapter 9. Programming Languages

Chapter 10. Algorithms