8000 fix Longest Palindromic Substring typo · mac119/leetcode-1@199e9ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 199e9ed

Browse files
committed
fix Longest Palindromic Substring typo
1 parent 7f5a243 commit 199e9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/chapString.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ \subsubsection{分析}
325325
\end{cases}
326326
$$
327327

328-
思路三:Manacher’s Algorithm, 复杂度$O(n)$。详细解释见 \myurl{http://leetcode.com/2011/11/longest-palindromic-substring-part-ii.html} 。
328+
思路四:Manacher’s Algorithm, 复杂度$O(n)$。详细解释见 \myurl{http://leetcode.com/2011/11/longest-palindromic-substring-part-ii.html} 。
329329

330330

331331
\subsubsection{备忘录法}

0 commit comments

Comments
 (0)
0