byeongkeunahn / CLRS

Solutions to Introduction to Algorithms Third Edition

Home Page:https://walkccc.github.io/CLRS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions to Introduction to Algorithms Third Edition

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.

Hope to re-sort solutions to help more people and myself study algorithms. By using Markdown(.md) files, it's much more readable on portable devices now.

Many a little makes a mickle.

Thanks to: the Instructor's Manual by Thomas H. Cormen, @skanev, @cyberzhg, @yinyanghu, @ajl213, etc.

Please don't hesitate to give me your feedback if any adjustment is needed with the sorted-solutions. You can simply press the "Pencil icon" in the upper right corner to edit the contents or simply open an issue in my repository.

Known Issues

In the Safari on an iOS device, the math equations of Problem 1-1, 16.3-3 and some other pages won't be rendered. I currently don't know how to fix this. If you know how to tackle this problem, please tell me, thanks.

Working on following exercises

18.2-1, 19.2-1, 27.2-1, 27.3-4, 27-3.

How I generate this website

I use the static site generator MkDocs and the beautiful theme Material for MkDocs to build this website!

Since there are some LaTeX equations KaTeX doesn't support, here I use MathJax to render the math equations in my website.

I also add overflow-x: auto to prevent the overflow issue on mobile devices, so you can scroll horizontally in the math display equations.

More Informations

For more informations please visit my github site.

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

About

Solutions to Introduction to Algorithms Third Edition

https://walkccc.github.io/CLRS/


Languages

Language:HTML 100.0%Language:JavaScript 0.0%Language:CSS 0.0%Language:Makefile 0.0%