C source code:T((n) = T(n-1)+n,T(1) = 1
Solve the following recurrence relation by repeated substitution:T((n) = T(n-1)+n,T(1) = 1
文件大小:408B
评论区