Skip to content

πŸ“š Solutions to Introduction to Algorithms Third Edition

License

Notifications You must be signed in to change notification settings

fabrizziosoares/CLRS-1

This branch is 448 commits ahead of, 338 commits behind walkccc/CLRS:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
walkccc
Feb 15, 2019
bf86cea Β· Feb 15, 2019
Oct 24, 2018
Feb 15, 2019
Jan 22, 2019
Jan 30, 2019
Feb 1, 2019
Jan 30, 2019
Jan 9, 2019

Repository files navigation

CLRS

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 reorganize 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."

Contributors

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

Special thanks to @JeffreyCA, who fixed math rendering on iOS Safari in #26.

If I miss your name here, please tell me!

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.

Working on following exercises

18.2-1, 19.2-1.

I will continue to complete VII Selected Topics.

How I generate this website

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

Since KaTeX is now supporting more functions and is much faster than MathJax, I've updated all math equations from MathJax to KaTeX.

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

More Informations

For more informations please visit my GitHub.

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

License

Licensed under the MIT License.

About

πŸ“š Solutions to Introduction to Algorithms Third Edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.9%
  • Makefile 38.1%