<p align="center">
<img src="https://i.imgur.com/ESwjKaR.png" height="150" alt="CLRS">
</p>
<div align="center">
# Solutions to **Introduction to Algorithms** _Third Edition_
���� _A crowdsourced work contributed from nice people all around the world._




<br/>

[](https://github.com/walkccc/CLRS/graphs/contributors)
[](./LICENSE)
</div>
## Getting Started
This **[website](https://walkccc.github.io/CLRS/)** contains nearly complete solutions to the bible textbook - [**Introduction to Algorithms** _Third Edition_](https://mitpress.mit.edu/books/introduction-algorithms-third-edition), published by [Thomas H. Cormen](https://mitpress.mit.edu/contributors/thomas-h-cormen), [Charles E. Leiserson](https://mitpress.mit.edu/contributors/charles-e-leiserson), [Ronald L. Rivest](https://mitpress.mit.edu/contributors/ronald-l-rivest), and [Clifford Stein](https://mitpress.mit.edu/contributors/clifford-stein).
I hope to organize solutions to help people and myself study algorithms. By using [Markdown (.md)](https://en.wikipedia.org/wiki/Markdown) files and [KaTeX](https://katex.org) math library, this page is much more readable on portable devices.
_"Many a little makes a mickle."_
## Contributors
Thanks to the authors of [CLRS Solutions](https://sites.math.rutgers.edu/~ajl213/CLRS/CLRS.html), [Michelle Bodnar](mailto:[email protected]) (who writes the even-numbered problems) and [Andrew Lohr](mailto:[email protected]) (who writes the odd-numbered problems), [@skanev](https://github.com/skanev), [@CyberZHG](https://github.com/CyberZHG), [@yinyanghu](https://github.com/yinyanghu), [@Gutdub](https://github.com/Gutdub), etc.
Thanks to [all contributors on GitHub](https://github.com/walkccc/CLRS/graphs/contributors), you guys make this repository a better reference!
Special thanks to [@JeffreyCA](https://github.com/JeffreyCA), who fixed math rendering on iOS Safari in [#26](https://github.com/walkccc/CLRS/pull/26).
If I miss your name here, please tell me!
## Motivation
I build this website since I want to help everyone learn algorithms by providing something easy to read on mobile devices.
Therefore, if any adjustment is needed or you have the same motivation to contribute to this work, please don't hesitate to give me your feedback. You can press the "pencil icon" in the upper right corner to edit the content or [open an issue](https://github.com/walkccc/CLRS/issues/new) in [this repository](https://github.com/walkccc/CLRS/). Your solution will be rebased after I review it and make some form modifications to your pull request.
There're lots of [issues](https://github.com/walkccc/CLRS/issues) regarding to solutions in this repository, if you have time, please take a look and try to help people on the internet :)
Thank you very much, and I hope that everyone will learn algorithms smoothly.
## How I Generate the Website?
I use the static site generator [MkDocs](http://www.mkdocs.org/) and the beautiful theme [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) to build this website.
As for rendering math equations, I use [KaTeX](https://katex.org/), which is fast and beautiful.
I also add `overflow-x: auto` to prevent the overflow issue on small screen devices so that you can scroll horizontally in the math display equations.
## More Information
For a clear commit history, I rebase my repository regularly. Therefore, if you have forked the repository before, consider re-forking it again.
For more information, please visit [**my GitHub**](https://github.com/walkccc).
Updated to this new page on April 13, 2018, at 04:48 [(GMT+8)](https://time.is/GMT+8).
Revised on July 21, 2019.
## License
Licensed under the MIT License.
没有合适的资源?快使用搜索试试~ 我知道了~
算法导论第三版解析(Solutions to Introduction to Algorithms Third Edition)

共355个文件
md:295个
png:52个
css:2个

需积分: 3 0 下载量 195 浏览量
2024-09-28
09:41:09
上传
评论
收藏 2.86MB ZIP 举报
温馨提示
《算法导论》第三版是计算机科学领域的一部重要教材,由Thomas H. Cormen、Charles E. Leiserson、Ronald L. Rivest和Clifford Stein合著。 书籍介绍 《算法导论》系统地介绍了算法的基本概念和设计思想,内容涵盖了算法分析、数据结构、排序、搜索、图算法、动态规划等。该书适合计算机科学专业学生、自学者以及任何希望深入理解算法的从业人员。 主要特点 全面性:涵盖了广泛的算法主题,从基础到高级内容都有涉及。 数学严谨性:强调算法的理论基础,通过严谨的数学推导来分析算法的效率和性能。 丰富的例题和习题:每章均包含大量例题和习题,便于读者理解和应用所学知识。 清晰的结构:书中将每个主题清晰分组,便于读者查阅和学习。 使用价值 学术研究的基础:为计算机科学研究打下坚实的理论基础,有助于开展进一步的算法研究。 工程实践的参考:为算法的实现提供指导,使工程师能够在实际工作中正确应用算法。 考试和竞赛准备:是学习算法和数据结构的经典教材,对于准备各类编程竞赛和考试有很大帮助。 读者群体 计算机科学与工程专业的本科生与研究生
资源推荐
资源详情
资源评论
























收起资源包目录





































































































共 355 条
- 1
- 2
- 3
- 4
资源评论


HeShen.
- 粉丝: 294
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 中国城市资源配置效率(2006至2021)
- 基于OpenMV的矩形识别与定位实战:低成本机器视觉项目详解
- 基于MFC实现的WebSocket客户端完整示例
- 基于OpenMV的单目视觉测距系统开发:原理解析与实战应用
- 基于51单片机的智能水杯仿真
- S7-1200 以太网和伺服测试
- PID轨迹跟踪仿真实现
- Cartoon GUI Pack 2.0.1,非常漂亮的卡通UI
- Matlab实现MVMD多元变分模态分解信号分量可视化完整源码和数据
- 撤回2天以上微信妙招
- 软件开发GitHub平台功能详解:代码托管、协作开发与开源社区建设的作用和影响
- 解决鼠标下滑回跳问题的简单脚本
- 模式识别与图像处理 课程作业
- 初学者必备:PLC编程关键梯形图
- chrome插件学习示例
- TA_Lib-0.4.28-cp311-win_amd64.whl
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
