1. 首页
  2. 编程语言
  3. C
  4. Solve the following recurrence relation by repeated substitution

Solve the following recurrence relation by repeated substitution

上传者: 2019-06-23 19:48:06上传 C文件 590B 热度 33次
SolvethefollowingrecurrencerelationbyrepeatedsubstitutionT(n)=2T(n/2)+n^3,T(1)=1
下载地址
用户评论