hello-algo/README.md

69 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2022-11-22 19:56:25 +00:00
<p align="center">
2022-11-23 07:50:59 +00:00
<a href="https://www.hello-algo.com/">
2022-12-02 19:25:39 +00:00
<img src="https://www.hello-algo.com/index.assets/conceptual_rendering.png" width="230">
2022-11-22 19:56:25 +00:00
</a>
</p>
2022-11-24 14:16:11 +00:00
<h3 align="center">
2022-11-22 19:56:25 +00:00
《 Hello算法 》
2022-11-24 14:16:11 +00:00
</h3>
2022-11-22 19:56:25 +00:00
<p align="center">
动画图解、能运行、可讨论的</br>数据结构与算法快速入门教程
</p>
2022-11-24 14:16:11 +00:00
</br>
<p align="center">
2022-12-02 19:25:39 +00:00
<img src="https://www.hello-algo.com/index.assets/animation.gif" width="400">
<a>&nbsp;</a>
<img src="https://www.hello-algo.com/index.assets/running_code.gif" width="400">
2022-11-24 14:16:11 +00:00
</p>
2022-11-22 19:56:25 +00:00
<p align="center">
<em>
2022-11-23 13:39:39 +00:00
前往阅读 >
2022-11-23 07:50:59 +00:00
<a href="https://www.hello-algo.com/">
hello-algo.com
2022-11-22 19:56:25 +00:00
</a>
</em>
</p>
2022-11-25 06:08:00 +00:00
## 关于本书
2022-12-01 16:53:19 +00:00
本书面向数据结构与算法初学者,致力于达成以下目标:
2022-11-27 19:58:22 +00:00
- 开源免费,所有同学都可在网上获取本书;
- 新手友好,适合算法初学者自主学习入门;
- 动画讲解,尽可能地保证平滑的学习曲线;
- 代码导向,提供精简、可运行的算法代码;
- 讨论学习,提问一般能在三日内得到回复;
2022-11-27 17:13:11 +00:00
如果感觉本书对你有所帮助,请点个 Star :star: 支持一下,谢谢!
2022-11-17 07:32:50 +00:00
2022-12-07 14:21:43 +00:00
## 推荐语
2022-12-07 13:53:15 +00:00
> “一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读。”
>
2022-12-07 14:21:43 +00:00
> **—— 邓俊辉,清华大学计算机系教授**
2022-12-07 13:53:15 +00:00
2022-12-07 14:47:31 +00:00
## 贡献
我们正在加速更新本书,期待您来[一起参与创作](https://www.hello-algo.com/chapter_preface/contribution/),以帮助其他读者获取更优质的学习内容:
- 如果发现笔误、无效链接、内容缺失、文字歧义、解释不清晰等问题,烦请您帮忙修正;
- [代码翻译](https://github.com/krahets/hello-algo/issues/15) C++, Python, Go, JavaScript, TypeScript 正在进行中,期望您前来挑大梁;
- 欢迎您通过提交 Pull Request 来增添新内容,包括重写章节、新增章节等;
> 有任何问题请与我联系 WeChat: krahets-jyd
2022-11-24 14:10:14 +00:00
2022-11-25 05:01:14 +00:00
感谢本开源书的每一位撰稿人,是他们的无私奉献让这本书变得更好,他们是:
<a href="https://github.com/krahets/hello-algo/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krahets/hello-algo" />
</a>
2022-11-24 14:10:14 +00:00
2022-11-17 07:32:50 +00:00
## License
2022-11-29 15:13:39 +00:00
The texts, codes, images, photos, and videos in this repository are licensed under [CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).