666de6 / til

Today I Learned
MIT License
1 stars 0 forks source link

Algorithm Challenge 01(Jul 10-11): asymptotic time complexity #2

Open 666de6 opened 1 year ago

666de6 commented 1 year ago

大O复杂度表示法

大O时间复杂度实际上并不具体表示代码真正的执行时间,而是表示代码执行时间随数据规模增长的变化趋势,所以,也叫作渐进时间复杂度(asymptotic time complexity),简称时间复杂度

时间复杂度分析Tips

几种常见时间复杂度复杂度量级

image