This website contains nearly complete solutions to the bible textbook - Introduction to Algorithms Fourth 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.
I build this website since I want to share my solution while I am learning algorithms, help others learn algorithms, and want to have conversation with people who use my docs.
Therefore, if any adjustment is needed, 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.
Thank you very much, and I hope that everyone will learn algorithms smoothly.
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.
Licensed under the MIT License.