Skip to content

Commit

Permalink
添加微博群地址,修改gitcafe地址为github地址
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Oct 9, 2013
1 parent bbf9fc1 commit 95c131f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 43 deletions.
Binary file modified C++/LeetCodet题解(C++版).pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion C++/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#C++版
-----------------
**下载**:<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>
**下载**:<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>

书的内容与Java版一摸一样,不过代码是用C++写的。本书的代码使用 C++ 11 标准。
7 changes: 5 additions & 2 deletions C++/abstract.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ \subsubsection{内容简介}
《算法》\footnote{《Algorithms》,Robert Sedgewick, Addison-Wesley Professional, \myurl{http://book.douban.com/subject/4854123/}}
这两门课,熟练掌握C++或Java。

\subsubsection{GitCafe地址}
本书是开源的,项目地址:\myurl{https://gitcafe.com/soulmachine/LeetCode}
\subsubsection{GitHub地址}
本书是开源的,GitHub地址:\myurl{https://github.com/soulmachine/leetcode}

\subsubsection{北美求职微博群}
我和我的小伙伴们在这里:\myurl{http://q.weibo.com/1312378}
2 changes: 1 addition & 1 deletion C++/leetcode-cpp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
\fancyhead[LO]{\normalfont\small\rmfamily\nouppercase{\rightmark}}
\fancyhead[LE,RO]{\thepage}
%\fancyfoot[LE,LO]{\small\normalfont\youyuan\BookTitle}
%\fancyfoot[RE,RO]{\textsf{\small \color{blue} https://gitcafe.com/soulmachine/LeetCode}}
%\fancyfoot[RE,RO]{\textsf{\small \color{blue} https://github.com/soulmachine/leetcode}}

\makeatletter
\@openrightfalse
Expand Down
36 changes: 0 additions & 36 deletions C++/title.aux

This file was deleted.

2 changes: 1 addition & 1 deletion C++/title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{\large 戴方勤 ([email protected])}

\vspace{1ex}
\myurl{https://gitcafe.com/soulmachine/LeetCode}
\myurl{https://github.com/soulmachine/leetcode}

\vspace{1ex}
最后更新 \today
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#LeetCode题解
-----------------
**下载**:<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>
**下载**:<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>

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

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

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

欢迎给本书添加内容或纠正错误,在自己本地编译成PDF,预览没问题后,就可以发pull request过来了。
欢迎给本书添加内容或纠正错误,在自己本地编译成PDF,预览没问题后,就可以发pull request过来了。

##北美求职微博群
我和我的小伙伴们在这里:<http://q.weibo.com/1312378>

0 comments on commit 95c131f

Please sign in to comment.