From 884b7a307a750bb86ff3206fe7ed474c74ad0df5 Mon Sep 17 00:00:00 2001 From: Guanhua Wang Date: Sat, 23 Apr 2016 22:32:19 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21fce47a..faeb3231 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #LeetCode题解 ------------------ +-------------------- ##PDF下载 LeetCode题解(C++版).pdf From 9e136d815566e1c7b613c2bfab1954739132cc89 Mon Sep 17 00:00:00 2001 From: Guanhua Wang Date: Sat, 23 Apr 2016 22:33:32 -0700 Subject: [PATCH 2/3] Update chapDFS.tex --- C++/chapDFS.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 42d607a9684f485df8e8bcfd283dc1e08755afda Mon Sep 17 00:00:00 2001 From: Guanhua Wang Date: Wed, 22 Feb 2017 12:10:11 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index faeb3231..d632964d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ C++ 文件夹下是C++版,内容一模一样,代码是用C++写的。 -Java 文件夹下是Java版,目前正在编写中,由于拖延症,不知道猴年马月能完成。 - +Java 文件夹下是Java版,目前正在编写中,由于拖延症,不知道猴年马月能完成。希望尽快搞定吧 ##LaTeX模板 本书使用的是陈硕开源的[模板](https://github.com/chenshuo/typeset)。这个模板制作精良,很有taste,感谢陈硕 :)