1. 首页
  2. 编程语言
  3. C
  4. C source code:T((n) = T(n 1)+nT(1) = 1

C source code:T((n) = T(n 1)+nT(1) = 1

上传者: 2020-08-10 19:17:19上传 C文件 408B 热度 10次
Solve the following recurrence relation by repeated substitution:T((n) = T(n-1)+n,T(1) = 1
下载地址
用户评论