摘要:
《Programming Abstractions in C》學習第70天,p254-p257總結,總計4頁。 一、技術總結 1.minimax strategy(極小化極大算法) p255, This idea--finding the position that leaves your oppo 閱讀全文
摘要:
《Programming Abstractions in C》學習第69天,p248-p253總結,總計6頁。 一、技術總結 “A generalized program for two-player games”如標題所示,該小節強調要學會從一個復雜的程序中抽象出通用的內容——這也是本書的主旨—— 閱讀全文
摘要:
《Programming Abstractions in C》學習第68天,p246-p247總結,總計2頁。 一、技術總結 本章通過“the game of nim(尼姆游戲)”,這類以現實生活中事物作為例子進行講解的情況,往往對學習者要求比較高,需要學習者具備一定的人文、歷史知識或專業知識,如果 閱讀全文
摘要:
《Programming Abstractions in C》學習第66天,p235-p241總結。 一、技術總結 1.backtracking algorithm(回溯算法) (1)定義 p236, For many real-world problem, the solution process 閱讀全文