Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.48 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.48 KB

数据结构思维中文版

原书:Think Data Structures: Algorithms and Information Retrieval in Java

译者:飞龙

版本:1.0.0

协议:CC BY-NC-SA 4.0

自豪地采用谷歌翻译

任何你写的代码,超过 6 个月不去看它,当你再看时,都像是别人写的。——Eagleson 定律

下载

Docker

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

PYPI

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

NPM

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

赞助我