Title

第8講 函數以及第九章遞迴

Video

L08_B

Syllabus

章節大綱

L8_A
     車子尋寶任務(上)
     treasure hunt:1

L8_B
     車子尋寶任務(下)
     treasure hunt:2
 
L8_C
     基本遞迴執行流程介紹
     Intro of recursive operation
 
     遞迴範例練習-括號()位置-輸出格式
     ex:placement of parenthesis-output format
 
 
L8_D
     遞迴範例練習-括號()位置-數值計算
     ex:placement of parenthesis-value computing
 
     遞迴範例練習-n的p次方計算
     ex:calculation of n to a power p