Skip to content

Commit

Permalink
update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhao committed Oct 12, 2023
1 parent 3fa20a7 commit 3c8aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/算法/01.算法和数据结构概述.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ T(n) = O(f(n))

!!! tip "大O复杂度表示法"

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

0 comments on commit 3c8aafc

Please sign in to comment.