All Projects → walkccc → Clrs

walkccc / Clrs

Licence: mit
📚 Solutions to Introduction to Algorithms Third Edition

Programming Languages

Markdown
49 projects

Projects that are alternatives of or similar to Clrs

CLRS
Algorithms implementation in C++ and solutions of questions (both code and math proof) from “Introduction to Algorithms” (3e) (CLRS) in LaTeX.
Stars: ✭ 35 (-98.92%)
Mutual labels:  clrs, introduction-to-algorithms
CLRS-cpp
Implement CLRS psuedocode in C++
Stars: ✭ 68 (-97.89%)
Mutual labels:  clrs, introduction-to-algorithms
Life
Life - a timeline of important events in my life
Stars: ✭ 2,627 (-18.67%)
Mutual labels:  markdown
Markdownlivepreview
A Sublime Text 3 plugin to preview your markdown as you type
Stars: ✭ 245 (-92.41%)
Mutual labels:  markdown
Adr Tools
Command-line tools for working with Architecture Decision Records
Stars: ✭ 3,073 (-4.86%)
Mutual labels:  markdown
Md2notion
A better Notion.so Markdown importer
Stars: ✭ 233 (-92.79%)
Mutual labels:  markdown
Markup It
JavaScript library to parse and serialize markup content (Markdown and HTML)
Stars: ✭ 242 (-92.51%)
Mutual labels:  markdown
Markdown Tutorial
A comprehensive guide to Markdown / Introduction to Markdown
Stars: ✭ 231 (-92.85%)
Mutual labels:  markdown
Pine
A modern, native macOS markdown editor
Stars: ✭ 2,818 (-12.76%)
Mutual labels:  markdown
Vscode Paste Image
paste image from clipboard to markdown/asciidoc directly!
Stars: ✭ 236 (-92.69%)
Mutual labels:  markdown
Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (-92.41%)
Mutual labels:  markdown
Webdevstudyresources
[Resource List] Courses and info I've found most helpful
Stars: ✭ 238 (-92.63%)
Mutual labels:  markdown
Scaffdog
🐶 scaffdog is Markdown driven scaffolding tool.
Stars: ✭ 237 (-92.66%)
Mutual labels:  markdown
Table Magic
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
Stars: ✭ 243 (-92.48%)
Mutual labels:  markdown
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (-92.72%)
Mutual labels:  markdown
Toonote
小兔笔记:Markdown 内置数据 跨平台 加密存储
Stars: ✭ 247 (-92.35%)
Mutual labels:  markdown
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (-92.82%)
Mutual labels:  markdown
Docfx
Tools for building and publishing API documentation for .NET projects
Stars: ✭ 2,873 (-11.05%)
Mutual labels:  markdown
Fullstackpython.com
Full Stack Python source with Pelican, Bootstrap and Markdown.
Stars: ✭ 2,667 (-17.43%)
Mutual labels:  markdown
Markdown Cheatsheet
Markdown Cheatsheet for Github Readme.md
Stars: ✭ 3,316 (+2.66%)
Mutual labels:  markdown

CLRS

Solutions to Introduction to Algorithms Third Edition

📚 A crowdsourced work contributed from nice people all around the world.


Getting Started

This website contains nearly complete solutions to the bible textbook - Introduction to Algorithms Third Edition, published by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.

I hope to organize solutions to help people and myself study algorithms. By using Markdown (.md) files and KaTeX 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, Michelle Bodnar (who writes the even-numbered problems) and Andrew Lohr (who writes the odd-numbered problems), @skanev, @CyberZHG, @yinyanghu, @Gutdub, etc.

Thanks to all contributors on GitHub, you guys make this repository a better reference!

Special thanks to @JeffreyCA, who fixed math rendering on iOS Safari in #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 in this repository. Your solution will be rebased after I review it and make some form modifications to your pull request.

There're lots of 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 and the beautiful theme Material for MkDocs to build this website.

As for rendering math equations, I use KaTeX, 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.

Updated to this new page on April 13, 2018, at 04:48 (GMT+8).

Revised on July 21, 2019.

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].