diff --git a/C++/chapDFS.tex b/C++/chapDFS.tex index f6c4c107..e254e9ac 100644 --- a/C++/chapDFS.tex +++ b/C++/chapDFS.tex @@ -2,8 +2,8 @@ \chapter{深度优先搜索} \section{Palindrome Partitioning} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\label{sec:palindrome-partitioning} +\label{sec:palindrome-partitioning}% \subsubsection{描述} Given a string s, partition s such that every substring of the partition is a palindrome. diff --git a/README.md b/README.md index 21fce47a..d632964d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ #LeetCode题解 ------------------ +-------------------- ##PDF下载 LeetCode题解(C++版).pdf C++ 文件夹下是C++版,内容一模一样,代码是用C++写的。 -Java 文件夹下是Java版,目前正在编写中,由于拖延症,不知道猴年马月能完成。 - +Java 文件夹下是Java版,目前正在编写中,由于拖延症,不知道猴年马月能完成。希望尽快搞定吧 ##LaTeX模板 本书使用的是陈硕开源的[模板](https://github.com/chenshuo/typeset)。这个模板制作精良,很有taste,感谢陈硕 :)