What is the time complexity of i(n-i) where i goes from 0 to n

前端 未结 0 1222
萌比男神i
萌比男神i 2021-02-05 03:39

T(r) = Summation r(n-r). What will the time complexity of above equation where r is going from 0 to n?

Trying to solve "find a given sum" challenge using two lo

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