Does insertion sort have a Θ(n) value?

后端 未结 0 1323
自闭症患者
自闭症患者 2021-01-05 13:24

It is known that insertion sort has a best case running time of n and a worst case running time of n2. In that case, does it have a big theta value?

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