Title

第2講 定義資料型態

Syllabus

章節大綱

Linked lists
複習教材(preview materials)
http://lms.nthu.edu.tw/course.php?courseID=22888&f=doc&cid=861371
http://lms.nthu.edu.tw/course.php?courseID=22888&f=doc&cid=865799


L2_A
      Singly linked list
         -定義資料型態(define struct)
         -讀取資料(getData)


L2_B
      Singly linked list
         -加入資料(add data)
         -顯示內容(show data)

L2_C
      Singly linked list
         -移除資料(remove data)
         -清除資料(free data)

      Circular linked list
         -定義資料型態(define struct)
         -讀取資料(getData)
         -加入資料(add data)

 L2_D
      Circular linked list
         -顯示內容(show data)
         -移除資料(remove data)
          -清除資料(free data)
      Linked list 小遊戲 - 貪吃蛇
       (Linked list game - Snake)

 

【陳煥宗教授-程式設計二課課程講義】
                  
Teaching Materials