{ if (n<=0) return 0; else return sum(n-1)+n; }. 3. 時間複雜度:O(n). ✧ 基礎數學範例2. 1. 使用遞迴方式,找出一組數目a[1]~a[n] 中的最大值。其遞迴定義.
確定! 回上一頁