recursive algorithms. 自己呼叫自己,注意別進入無限呼叫. 例: n階層 n! = n * (n-1)! => fact(n) = n * fact(n-1) 0!=1 //Boundary condition.
確定! 回上一頁