Skip to content

Commit 95c131f

Browse files
committed
添加微博群地址,修改gitcafe地址为github地址
1 parent bbf9fc1 commit 95c131f

7 files changed

+13
-43
lines changed

C++/LeetCodet题解(C++版).pdf

2.22 KB
Binary file not shown.

C++/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#C++版
22
-----------------
3-
**下载**:<a href="https://gitcafe.com/soulmachine/LeetCode/raw/master/C++/LeetCodet%E9%A2%98%E8%A7%A3(C++%E7%89%88).pdf">LeetCode题解(C++版).pdf</a>
3+
**下载**:<a href="https://github.com/soulmachine/leetcode/raw/master/C%2B%2B/LeetCodet%E9%A2%98%E8%A7%A3(C%2B%2B%E7%89%88).pdf">LeetCode题解(C++版).pdf</a>
44

55
书的内容与Java版一摸一样,不过代码是用C++写的。本书的代码使用 C++ 11 标准。

C++/abstract.tex

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ \subsubsection{内容简介}
2020
《算法》\footnote{《Algorithms》,Robert Sedgewick, Addison-Wesley Professional, \myurl{http://book.douban.com/subject/4854123/}}
2121
这两门课,熟练掌握C++或Java。
2222

23-
\subsubsection{GitCafe地址}
24-
本书是开源的,项目地址:\myurl{https://gitcafe.com/soulmachine/LeetCode}
23+
\subsubsection{GitHub地址}
24+
本书是开源的,GitHub地址:\myurl{https://github.com/soulmachine/leetcode}
25+
26+
\subsubsection{北美求职微博群}
27+
我和我的小伙伴们在这里:\myurl{http://q.weibo.com/1312378}

C++/leetcode-cpp.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
\fancyhead[LO]{\normalfont\small\rmfamily\nouppercase{\rightmark}}
2020
\fancyhead[LE,RO]{\thepage}
2121
%\fancyfoot[LE,LO]{\small\normalfont\youyuan\BookTitle}
22-
%\fancyfoot[RE,RO]{\textsf{\small \color{blue} https://gitcafe.com/soulmachine/LeetCode}}
22+
%\fancyfoot[RE,RO]{\textsf{\small \color{blue} https://github.com/soulmachine/leetcode}}
2323

2424
\makeatletter
2525
\@openrightfalse

C++/title.aux

-36
This file was deleted.

C++/title.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{\large 戴方勤 ([email protected])}
77

88
\vspace{1ex}
9-
\myurl{https://gitcafe.com/soulmachine/LeetCode}
9+
\myurl{https://github.com/soulmachine/leetcode}
1010

1111
\vspace{1ex}
1212
最后更新 \today

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#LeetCode题解
22
-----------------
3-
**下载**:<a href="https://gitcafe.com/soulmachine/LeetCode/raw/master/C++/LeetCodet%E9%A2%98%E8%A7%A3(C++%E7%89%88).pdf">LeetCode题解(C++版).pdf</a>
3+
**下载**:<a href="https://github.com/soulmachine/leetcode/raw/master/C%2B%2B/LeetCodet%E9%A2%98%E8%A7%A3(C%2B%2B%E7%89%88).pdf">LeetCode题解(C++版).pdf</a>
44

55
C++ 文件夹下是C++版,内容一摸一样,代码是用C++写的,
66

@@ -35,4 +35,7 @@ Java 文件夹下是Java版,内容一摸一样,代码是用Java写的
3535

3636
本书模板已经写好了,基本上不需要很多LaTeX知识就可以动手了。
3737

38-
欢迎给本书添加内容或纠正错误,在自己本地编译成PDF,预览没问题后,就可以发pull request过来了。
38+
欢迎给本书添加内容或纠正错误,在自己本地编译成PDF,预览没问题后,就可以发pull request过来了。
39+
40+
##北美求职微博群
41+
我和我的小伙伴们在这里:<http://q.weibo.com/1312378>

0 commit comments

Comments
 (0)