File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727![ ] ( https://tva1.sinaimg.cn/large/007S8ZIlly1ghluemaoj3j30z90dtmy5.jpg )
2828
29- ## 电子书
29+ ## 电子书
3030
31- 这是我将我的所有公开的算法资料整理的一个电子书,全部题目信息中文化,以前会有一些英文描述。
31+ 这是我将我的所有公开的算法资料整理的一个电子书,全部题目信息中文化,以前会有一些英文描述,感谢 @ CYL 的中文整理 。
3232
3333![ ] ( https://cdn.jsdelivr.net/gh/azl397985856/cdn/2020-10-17/1602928846461-image.png )
3434
35-
3635![ ] ( https://cdn.jsdelivr.net/gh/azl397985856/cdn/2020-10-17/1602928862442-image.png )
3736
3837我写这本电子书花费了大量的时间和精力,除了内容上的创作,还要做一些电子书的排版,以让大家获得更好的阅读体验。光数学公式的展示,我就研究了多个插件的要源码,并魔改了一下才使得导出的电子书支持 latex。 不过有些动图,在做成电子书的时候自然就变没了,如果需要看动图的, 可以去我的公众号《力扣加加》或者我的 leetcode 题解仓库看。
3938
40- 由于是电子书,因此阅读体验可能比 Github 更好 , 但是相应地就不能获得及时的更新,因此你可以收藏一下我的同步电子书的网站 [ 西法的刷题秘籍 - 在线版] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ ) 。后期可能将每日一题, 91 天学算法其他章节的讲义等也整理进来。
39+ 由于是电子书,因此阅读体验可能会更好 , 但是相应地就不能获得及时的更新,因此你可以收藏一下我的同步电子书的网站 [ 西法的刷题秘籍 - 在线版] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ ) 。后期可能将每日一题, 91 天学算法其他章节的讲义等也整理进来。
4140
4241电子书有更新我也会在公众号《力扣加加》进行通知, 感兴趣的同学可以关注一下。
4342
4443目前导出了四种格式,可惜的是这几种格式都有自己的不足:
4544
4645- 在线版。 实时更新,想要及时获取最新信息的可以用在线版。
4746- html。 方便大家在线观看,由于是 html ,实际上大家也可以保存起来** 离线** 观看。
48- - pdf。可使用 pdf 阅读器和浏览器(比如谷歌)直接观看,阅读体验一般。
47+ - pdf。可使用 pdf 阅读器和浏览器(比如谷歌)直接观看,阅读体验一般,生成的目录不能导航 。
4948- mobi。 下载一个 Kindle 客户端就可以看,不需要购买 Kindle。
5049- epub。 数学公式和主题都比较不错, 但是代码没有高亮。
5150
5251大家选择适合自己的格式下载即可。
5352
5453- [ 在线版] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ )
55- - [ html] ( ./assets/book.zip )
56- - [ pdf] ( ./book.pdf )
57- - [ mobi] ( ./book.mobi )
58- - [ epub] ( ./book.epub )
54+
55+ html, pdf,mobi 和 epub 格式,关注我的公众号《力扣加加》回复` 电子书 ` 即可。
5956
6057## 介绍
6158
Original file line number Diff line number Diff line change 33 "readme" : " introduction.md"
44 },
55 "language" : " zh-hans" ,
6- "plugins" : [" katex" , " ace" , " theme-api" ],
6+ "plugins" : [" katex" , " ace" , " theme-api" ],
77 "pluginsConfig" : {
88 "theme-api" : {
99 "theme" : " dark"
Original file line number Diff line number Diff line change 11{
2- "dependencies " : {
3- "mathjax " : " ^2.7.6 "
2+ "scripts " : {
3+ "book " : " gitbook epub . & gitbook pdf . & gitbook mobi . & gitbook build && zip book.zip –q –r _book "
44 }
55}
You can’t perform that action at this time.
0 commit comments