File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 26
26
27
27
![ ] ( https://tva1.sinaimg.cn/large/007S8ZIlly1ghluemaoj3j30z90dtmy5.jpg )
28
28
29
- ## 电子书
29
+ ## 电子书
30
30
31
- 这是我将我的所有公开的算法资料整理的一个电子书,全部题目信息中文化,以前会有一些英文描述。
31
+ 这是我将我的所有公开的算法资料整理的一个电子书,全部题目信息中文化,以前会有一些英文描述,感谢 @ CYL 的中文整理 。
32
32
33
33
![ ] ( https://cdn.jsdelivr.net/gh/azl397985856/cdn/2020-10-17/1602928846461-image.png )
34
34
35
-
36
35
![ ] ( https://cdn.jsdelivr.net/gh/azl397985856/cdn/2020-10-17/1602928862442-image.png )
37
36
38
37
我写这本电子书花费了大量的时间和精力,除了内容上的创作,还要做一些电子书的排版,以让大家获得更好的阅读体验。光数学公式的展示,我就研究了多个插件的要源码,并魔改了一下才使得导出的电子书支持 latex。 不过有些动图,在做成电子书的时候自然就变没了,如果需要看动图的, 可以去我的公众号《力扣加加》或者我的 leetcode 题解仓库看。
39
38
40
- 由于是电子书,因此阅读体验可能比 Github 更好 , 但是相应地就不能获得及时的更新,因此你可以收藏一下我的同步电子书的网站 [ 西法的刷题秘籍 - 在线版] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ ) 。后期可能将每日一题, 91 天学算法其他章节的讲义等也整理进来。
39
+ 由于是电子书,因此阅读体验可能会更好 , 但是相应地就不能获得及时的更新,因此你可以收藏一下我的同步电子书的网站 [ 西法的刷题秘籍 - 在线版] ( https://leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/ ) 。后期可能将每日一题, 91 天学算法其他章节的讲义等也整理进来。
41
40
42
41
电子书有更新我也会在公众号《力扣加加》进行通知, 感兴趣的同学可以关注一下。
43
42
44
43
目前导出了四种格式,可惜的是这几种格式都有自己的不足:
45
44
46
45
- 在线版。 实时更新,想要及时获取最新信息的可以用在线版。
47
46
- html。 方便大家在线观看,由于是 html ,实际上大家也可以保存起来** 离线** 观看。
48
- - pdf。可使用 pdf 阅读器和浏览器(比如谷歌)直接观看,阅读体验一般。
47
+ - pdf。可使用 pdf 阅读器和浏览器(比如谷歌)直接观看,阅读体验一般,生成的目录不能导航 。
49
48
- mobi。 下载一个 Kindle 客户端就可以看,不需要购买 Kindle。
50
49
- epub。 数学公式和主题都比较不错, 但是代码没有高亮。
51
50
52
51
大家选择适合自己的格式下载即可。
53
52
54
53
- [ 在线版] ( 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 格式,关注我的公众号《力扣加加》回复` 电子书 ` 即可。
59
56
60
57
## 介绍
61
58
Original file line number Diff line number Diff line change 3
3
"readme" : " introduction.md"
4
4
},
5
5
"language" : " zh-hans" ,
6
- "plugins" : [" katex" , " ace" , " theme-api" ],
6
+ "plugins" : [" katex" , " ace" , " theme-api" ],
7
7
"pluginsConfig" : {
8
8
"theme-api" : {
9
9
"theme" : " dark"
Original file line number Diff line number Diff line change 1
1
{
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 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments