The time complexity of this function?

前端 未结 0 895
一整个雨季
一整个雨季 2020-12-19 08:28

I would like to know what is the time complexity of this function. I think it is O(n^2), but I am unsure.

def func(n): for i in func(n-1): # Do something

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