*倒水問題(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
Anaive algrithm
L14_D
(Coding)
-函數 : Pour()、Extend()、solve()