hello-algo/README.md
2022-11-28 01:13:11 +08:00

66 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p align="center">
<a href="https://www.hello-algo.com/">
<img src="docs/index.assets/conceptual_rendering.png" width="230">
</a>
</p>
<h3 align="center">
《 Hello算法 》
</h3>
<p align="center">
动画图解、能运行、可讨论的</br>数据结构与算法快速入门教程
</p>
</br>
<p align="center">
<img src="docs/index.assets/animation.gif" width="700">
</p>
<p align="center">
<em>
前往阅读 >
<a href="https://www.hello-algo.com/">
hello-algo.com
</a>
</em>
</p>
## 关于本书
本书致力于实现以下目标:
- 所有人都可在网上免费获取;
- 新手友好,适合算法初学者入门学习;
- 重点知识采用动画式讲解,尽可能地保证平滑的学习曲线;
- 提供可运行的代码,使读者在编程实践中加深对知识的理解;
- 可在讨论区与小伙伴们一起学习进步,作者一般 72h 内回复问题;
本书加速更新中,期待您来[一起参与创作](https://www.hello-algo.com/chapter_preface/contribution/),以帮助其他读者获取更优质的学习内容:
- 如果发现笔误、无效链接、内容缺失、文字歧义、解释不清晰等问题,烦请您帮忙修正;
- 欢迎您通过提交 Pull Request 来增添新内容,包括重写章节、新增章节、翻译代码至不同语言等;
> 有任何问题请与我联系 WeChat: krahets-jyd
如果感觉本书对你有所帮助,请点个 Star :star: 支持一下,谢谢!
## 致谢
感谢本开源书的每一位撰稿人,是他们的无私奉献让这本书变得更好,他们是:
<a href="https://github.com/krahets/hello-algo/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krahets/hello-algo" />
</a>
## To-Dos
- [x] [代码翻译](https://github.com/krahets/hello-algo/issues/15)JavaScript, TypeScript, C, C++, C#, ... 寻求大佬帮助)
- [ ] 数据结构:散列表、堆(优先队列)、图
- [ ] 算法:搜索与回溯、选择 / 堆排序、动态规划、贪心、分治
## License
The texts, codes, images, photos, and videos in this repository is licensed under [CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).