• Stars
    star
    4,618
  • Rank 9,190 (Top 0.2 %)
  • Language Markdown
  • License
    MIT License
  • Created over 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ“š Solutions to Introduction to Algorithms Third Edition

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.

More Repositories

1

LeetCode

πŸ’‘ LeetCode in C++20/Java/Python/MySQL/TypeScript (respect coding conventions)
C++
1,052
star
2

CLRS-cpp

Implement CLRS psuedocode in C++
C++
86
star
3

CS

Computer Science Notes
Markdown
40
star
4

NTUCourses

Course Materials of NTUEECS
JavaScript
16
star
5

chrome-extension-leetcode-search-by-question-id

A Chrome extension to search LeetCode problem by question id
JavaScript
7
star
6

Coursera-PCDP-Java

Parallel, Concurrent, and Distributed Programming in Java Specialization
Java
5
star
7

leetcode-submitter

A Chrome extension to easily submit your LeetCode
JavaScript
5
star
8

SelfDrivingCarAI

Python
5
star
9

cpp2python

Python
5
star
10

dotfiles

Aim for minimalist dotfiles
Shell
3
star
11

portfolio

My portfolio website
TypeScript
3
star
12

customer-tracker

A CRUD app built by Spring and Hibernate
Java
3
star
13

acBatteries

My first attempt to create a tweak w/ Theos.
Objective-C
3
star
14

react-gpa-calculator

Enter courses to calculate your GPA 🧐
TypeScript
2
star
15

graphql-oauth-boilerplate

An OAuth app built with GraphQL, TypeScript, React, Apollo, and MongoDB
TypeScript
2
star
16

greenlight

Go
2
star
17

go-clean-arch

Go
2
star
18

TinyHouse-server

TinyHouse' server side
TypeScript
2
star
19

delete-workflow-run-in-github

A Chrome extension to delete a workflow run in GitHub
CSS
2
star
20

TinyHouse-client

TinyHouse' client side
TypeScript
2
star
21

MonsterGo

A VR project built with Unity
C#
1
star
22

nvim

Lua
1
star
23

greenlight-1.20

Go
1
star
24

snippetbox

Go
1
star
25

YOLOv1-PyTorch

YOLOv1 implementation in PyTorch
Python
1
star
26

jlox

Java
1
star
27

blog

My blog
HTML
1
star
28

test

1
star
29

nextjs-auth

TypeScript
1
star