Title

第14講 倒水問題 (Water jugs problem)

Syllabus

章節大綱

*倒水問題(Water jugs problem)

 
L14_A
         題目介紹
         (Introduction)

         如何用電腦解題
         (How to solve it by computer?)
         -狀態表示法
          (-State Representations)
         -操作方式
         (-Operations)
         -定義問題
         (-Define the problem)

         搜尋操作路徑
         (Search the path)

L14_B
         簡易的演算法
         (A naive algorithm)
         範例: Map Vector...

L14_C
 Anaive algrithm
 
L14_D
 
(Coding)
 -函數 : Pour()、Extend()、solve()
 

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