Skip to content

Commit

Permalink
correct the sqrt description
Browse files Browse the repository at this point in the history
  • Loading branch information
liuluheng committed Oct 25, 2014
1 parent 7148d59 commit fa27e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/chapDivideAndConquer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ \subsubsection{分析}

\subsubsection{代码}
\begin{Code}
// LeetCode, Longest Substring Without Repeating Characters
// LeetCode, Sqrt(x)
// 二分查找
// 时间复杂度O(logn),空间复杂度O(1)
class Solution {
Expand Down

0 comments on commit fa27e11

Please sign in to comment.