How to do the following runtime questions?

前端 未结 0 870
眼角桃花
眼角桃花 2020-12-06 00:39

Q1)

A function f is defined on non-negative integers by

f(0)=0 and f(n)=f(n-1)+n^2 for n>0.

Give the best answer. f(n) = ...

相关标签:
回答
  • 消灭零回复
提交回复
热议问题