【9/7-30】弱勢助學金申請(至30日止)   ♠   【9/25】中秋節 Mid-Autumn Festival (no class)   ♠   【9/28】教師節 Teacher's Day (no class)   ♠   【9/29-11/20】期中教學意見反映(至11月20日止) Mid-term Feedback on Teaching   ♠   【10/9-10】國慶日補假 Holiday-Double Tenth Day (no class)國慶日 Double Tenth Day (no class)   ♠   【10/19-12/4】期中成績預警開始(至12 月4日止) Academic Warning System Starts   ♠   【11/11】全校運動大會(停課一天) Sports Day   ♠   【11/27-12/20】教學意見調查開始(至12月20日止) Online Course Evaluation (11/27-   ♠   【12/21-24】期末考試開始(至24日止) Final Exams   ♠   【12/25】行憲紀念日 Constitution Day   ♠   【12/28】寒假開始 Winter Break Begins   ♠  

Title

第9講 更多遞迴

第1節

L9A

第2節

L9B

第3節

L9C

第4節

L9D

Syllabus

章節大綱

L9_A
     最大公因數
     Greatest Common Divisor
     河內塔
     Tower of Hanoi

L9_B
     三座城堡
     Three Castles
     sample code:
     https://gist.github.com/htchen/e86a7d4293d6b33e2dce

     四個皇后
     Four Queens
     sample code:
     https://gist.github.com/htchen/f0082a35ff9d04231cfd

 
L9_C
     換銅板
     Make Change 
     sample code:
     https://gist.github.com/htchen/1613e9c8835f90b7b009
     編譯包含多個 .c 檔的專案
 
L9_D
     列舉所有的二進位位元
     Show all possible permutations of the binary bits
 
     四則運算判讀
     prefix to infix
     sample code:
     https://gist.github.com/htchen/2b364d1bf9674ea31903