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
文件大小:
评论区