Array ( [0] => Array ( [title] => L4A [link] => https://www.youtube.com/embed/156lu8vSldw ) [1] => Array ( [title] => L4B [link] => https://www.youtube.com/embed/cyn1ffD9omU ) [2] => Array ( [title] => L4C [link] => https://www.youtube.com/embed/2TQN4XhrIag ) [3] => Array ( [title] => L4D [link] => https://www.youtube.com/embed/iwBNiHJl6HY ) ) 國立清華大學開放式課程OpenCourseWare(NTHU, OCW) - 第4講 Binary tree

Title

第4講 Binary tree

第1節

L4A

第2節

L4B

第3節

L4C

第4節

L4D

Syllabus

章節大綱

*Linked list 補充
  Binary tree
  Binary expression and syntax tree


L4_A
       Linked list 補充
       (Supplement explanations of linked lists)
       Binary tree
         - in-order
           pre-order

L4_B
      Binary tree
       - 從pre-order和in-order建構出binary tree
       (- Construct binary tree by pre-order and in-order)
       - 定好基本資料結構
       (- define structure)

L4_C
      Binary tree
       - 長出樹
       (- Construct tree)
       - 把樹砍掉
       (- Destroy tree)
       - 找最大值
       (- Find Max value)
       - 視覺化
       (- print tree)

L4_D
      Binary expression
       - Expression 運算
       (- Expression operating)

       - 練習 Boolean Expression
       (- Practice with Boolean Expression)
 

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