README.md 1.5 KB
Newer Older
W
gitbook  
wizardforcel 已提交
1 2
# 数据结构思维中文版

飞龙 已提交
3 4 5 6 7 8 9 10 11 12
> 原书:[Think Data Structures: Algorithms and Information Retrieval in Java](http://greenteapress.com/thinkdast/html/index.html)
> 
> 译者:[飞龙](https://github.com/wizardforcel)
> 
> 版本:1.0.0
> 
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
> 
> 自豪地采用[谷歌翻译](https://translate.google.cn/)
> 
W
wizardforcel 已提交
13
> 任何你写的代码,超过 6 个月不去看它,当你再看时,都像是别人写的。——Eagleson 定律
飞龙 已提交
14

W
wizardforcel 已提交
15
+   [ApacheCN 面试求职交流群 724187166](https://jq.qq.com/?_wv=1027&k=54ujcL3)
飞龙 已提交
16 17 18
+   [ApacheCN 学习资源](http://www.apachecn.org/)

‍
W
gitbook  
wizardforcel 已提交
19

W
wizardforcel 已提交
20
+ [在线阅读](https://think-dast.apachecn.org)
W
wizardforcel 已提交
21
+ [在线阅读(Gitee)](https://apachecn.gitee.io/think-dast-zh/)
W
gitbook  
wizardforcel 已提交
22 23 24
+ [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/think-dast)
+ [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/think-dast)
+ [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/think-dast)
飞龙 已提交
25
+ [代码仓库](http://github.com/apachecn/think-dast-zh)
W
gitbook  
wizardforcel 已提交
26

W
wizardforcel 已提交
27 28
## 下载

W
wizardforcel 已提交
29 30 31 32 33 34 35 36
### Docker

```
docker pull apachecn0/think-dast-zh
docker run -tid -p <port>:80 apachecn0/think-dast-zh
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
37 38 39 40 41 42 43 44
### PYPI

```
pip install think-dast-zh
think-dast-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
45 46 47 48 49 50 51 52
### NPM

```
npm install -g think-dast-zh
think-dast-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
gitbook  
wizardforcel 已提交
53 54 55
## 赞助我

![](img/qr_alipay.png)