Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed0ba3a

Browse files
Update Python刷题技巧笔记.md
1 parent 826970c commit ed0ba3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎docs/Leetcode_Solutions/Summarization/Python刷题技巧笔记.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ but for larger y, the result is calculated using Exp(y * Log(x)).
165165

166166
sqrt()函数平常认为是O(lgn)的
167167
但是追溯到最底层,sqrt()就是O(1)的,详细见
168+
```
168169
1. [求平方根sqrt()函数的底层算法效率问题](http://www.nowamagic.net/algorithm/algorithm_EfficacyOfFunctionSqrt.php)
169170
2. [Time complexity of Math.Sqrt()?](https://stackoverflow.com/questions/34580158/time-complexity-of-math-sqrt)
170-
```
171+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /