Title

第4講 Binary tree

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