# CLRS **Repository Path**: lisp_p/CLRS ## Basic Information - **Project Name**: CLRS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Solutions to **Introduction to Algorithms** _Third Edition_ ## 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, 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:chellebodnar@gmail.com) (who writes the even-numbered problems) and [Andrew Lohr](mailto:Andrew.Lohr@gmail.com) (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. 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! Currently working on removed problems and [C++ code](https://github.com/walkccc/CLRS-cpp). ## 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 [my repository](https://github.com/walkccc/CLRS/). Your solution will be rebased to this repository after I review it and make some form modifications to your pull request. 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.