Skip to content

Commit fa27e11

Browse files
committed
correct the sqrt description
1 parent 7148d59 commit fa27e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/chapDivideAndConquer.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ \subsubsection{分析}
5757

5858
\subsubsection{代码}
5959
\begin{Code}
60-
// LeetCode, Longest Substring Without Repeating Characters
60+
// LeetCode, Sqrt(x)
6161
// 二分查找
6262
// 时间复杂度O(logn),空间复杂度O(1)
6363
class Solution {

0 commit comments

Comments
 (0)