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-11-24 11:32:32 +00:00
< img src = "docs/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" >
< img src = "docs/index.assets/animation.gif" width = "700" >
< / 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-11-24 11:32:32 +00:00
本书是我利用业余时间创作,完全开源免费,不会收取任何费用。
2022-11-24 18:04:38 +00:00
本书定期更新中,希望您可以一同参与到本书的创作中来,详情见 [一起参与创作 ](https://www.hello-algo.com/chapter_preface/contribution/ ) 。
2022-11-24 11:32:32 +00:00
- 如果发现笔误、无效链接、内容缺失、文字歧义、解释不清晰、行文结构不合理等问题,烦请您帮忙修正内容,以帮助其他读者获取更优质的学习内容。
2022-11-26 20:19:16 +00:00
- 非常欢迎您和我一同来创作本书,包括重写章节、新增章节、翻译代码至不同语言等,如果有意请与我联系 WeChat: krahets-jyd , Email: krahets@163.com 。
2022-11-24 11:32:32 +00:00
如果感觉本书对你有所帮助,请点个 Star 支持一下,谢谢!
2022-11-17 07:32:50 +00:00
2022-11-25 06:08:00 +00:00
## 致谢
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-25 06:08:00 +00:00
## To-Dos
2022-11-26 20:19:16 +00:00
- [x] [代码翻译 ](https://github.com/krahets/hello-algo/issues/15 )( JavaScript, TypeScript, C, C++, C#, ... 寻求大佬帮助)
2022-11-25 06:08:00 +00:00
- [ ] 数据结构:散列表、堆(优先队列)、图
- [ ] 算法:搜索与回溯、选择 / 堆排序、动态规划、贪心、分治
2022-11-17 07:32:50 +00:00
## License
2022-11-19 18:03:26 +00:00
The **texts, codes, images, photos, and videos** present on this work is licensed under [CC BY-NC-SA-4.0 ](https://creativecommons.org/licenses/by-nc-sa/4.0/ ).