You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/README.md

71 lines
2.6 KiB

2 years ago
<p align="center">
2 years ago
<a href="https://www.hello-algo.com/">
2 years ago
<img src="https://www.hello-algo.com/index.assets/conceptual_rendering.png" width="200">
2 years ago
</a>
</p>
2 years ago
<h3 align="center">
2 years ago
《 Hello算法 》
2 years ago
</h3>
2 years ago
<p align="center">
2 years ago
动画图解、能运行、可提问的</br>数据结构与算法快速入门教程
2 years ago
</p>
2 years ago
</br>
<p align="center">
2 years ago
<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">
2 years ago
</p>
2 years ago
<p align="center">
<em>
2 years ago
前往阅读 >
2 years ago
<a href="https://www.hello-algo.com/">
hello-algo.com
2 years ago
</a>
</em>
</p>
2 years ago
## 关于本书
2 years ago
本项目致力于构建一本开源免费、新手友好的数据结构与算法入门书。
2 years ago
- 全书采用动画图解,结构化地讲解数据结构与算法知识,内容清晰易懂、学习曲线平滑;
2 years ago
- 算法源代码皆可一键运行,现已支持 Java, C++, Python, Go, JS, TS, C#, Swift, Zig 等语言;
2 years ago
- 鼓励读者在章节讨论区互帮互助、共同进步,提问与评论一般能在两日内得到回复;
2 years ago
如果本书对您有所帮助,请点个 Star :star: 支持一下,谢谢!
2 years ago
## 推荐语
2 years ago
2 years ago
> “如果我当年学数据结构与算法的时候有《Hello 算法》学起来应该会简单10倍
>
> **—— 李沐,亚马逊资深首席科学家**
2 years ago
> “一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读。”
>
> **—— 邓俊辉,清华大学计算机系教授**
2 years ago
2 years ago
## 参与写作
2 years ago
2 years ago
我们正在加速更新本书,期待您通过提交 Pull Request 来[参与创作](https://www.hello-algo.com/chapter_preface/contribution/),以帮助其他读者获取更优质的学习内容。
2 years ago
2 years ago
- 如您发现语法错误、内容缺失、文字歧义、无效链接、解释不清晰等问题,烦请帮忙修正或评论指出;
- 期待您参与 C++, Python, Go, JavaScript, TypeScript, C, C#, Swift, Zig, Rust [代码翻译](https://github.com/krahets/hello-algo/issues/15)
- 欢迎您拓展内容或新增章节,若有任何问题请与我联系 WeChat: krahets-jyd
2 years ago
2 years ago
感谢本开源书的每一位撰稿人,是他们的无私奉献让这本书变得更好,他们是:
2 years ago
<p align="left">
<a href="https://github.com/krahets/hello-algo/graphs/contributors">
<img width="550" src="https://contrib.rocks/image?repo=krahets/hello-algo" />
</a>
</p>
2 years ago
2 years ago
## License
2 years ago
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/).