Solutions to Introduction to Algorithms by Charles E. Leiserson, Clifford Stein, Ronald Rivest, and Thomas H. Cormen (CLRS).
- Soyn
- idf
- W4anD0eR96
- knight42
- ajinkyakolhe112
- an-yun
- y1y
- RepapLataf
- Ghost---Shadow
- wonjunetai
- suensky
- xwu64
- ryuxin
- Puriney
- wild-flame
- zhangysh1995
- DarthUjj
- VMatrix1900
- Jingru
- prasook-jain
- Mundhey
- Cokile
- wuchichung
- saurabhvyas
- codemukul95
- JasonQSY
- imbrobits
- zhanglanqing
- tushar-rishav
- ravgill
If I miss your name here, please pull a request to me to fix.
You maybe interested in another repo gitstats which generates repo contribution of CLRS.
If you are interested in this project, you could complete problems which are marked "UNSOLVED" in the following list. Or if you are interested in certain chapters that have not been completed, you could fork this project and issue a pull request to this repo. Appreciate your efforts.
如果你感兴趣,可以完成没有完成的题(下面有个UNSOLVED列表),或者如果你对某章节感兴趣想要完成,可以fork这个项目然后pull request进这个repo。
In order to speed up this project, we will ignore any hard problems (for instance, problems in the very end of each chapter) and review them when finishing mediocre problems. Moreover, we will only focus on sections that are interesting. You could also help to finish these hard problems.
If a problem is too easy to solve, we'll mark it as straightforward in order to speed up the progress.
Chapter | Section | |||||||||||||||||||
Part I: Foundations | ||||||||||||||||||||
I | 1 | 2 | p | |||||||||||||||||
II | 1 | 2 | 3 | p | ||||||||||||||||
III | 1 | 2 | p | |||||||||||||||||
IV | 1 | 2 | 3 | 4 | p | |||||||||||||||
V | 1 | 2 | 3 | 4 | p | |||||||||||||||
Part II: Sorting and Order Statistics | ||||||||||||||||||||
VI | 1 | 2 | 3 | 4 | 5 | p | ||||||||||||||
VII | 1 | 2 | 3 | 4 | p | |||||||||||||||
VIII | 1 | 2 | 3 | 4 | p | |||||||||||||||
IX | 1 | 2 | 3 | p | ||||||||||||||||
Part III: Data Structures | ||||||||||||||||||||
X | 1 | 2 | 3 | 4 | p | |||||||||||||||
XI | 1 | 2 | 3 | 4 | 5 | p | ||||||||||||||
XII | 1 | 2 | 3 | |||||||||||||||||
XIII | 1 | 2 | 3 | 4 | p | |||||||||||||||
XIV | 1 | 2 | 3 | p | ||||||||||||||||
Part IV: Advanced Design and Analysis Techniques | ||||||||||||||||||||
XV | 1 | 2 | 3 | 4 | 5 | |||||||||||||||
XVI | 1 | 2 | 3 | |||||||||||||||||
XVII | 1 | 2 | ||||||||||||||||||
Part V: Advanced Data Structures | ||||||||||||||||||||
XVIII | 1 | 2 | 3 | |||||||||||||||||
XIX | 1 | 2 | ||||||||||||||||||
XXI | 1 | 2 | 3 | |||||||||||||||||
Part VI: Graph Algorithms | ||||||||||||||||||||
XXII | 1 | 2 | 3 | 4 | 5 | p | ||||||||||||||
XXIII | 1 | 2 | ||||||||||||||||||
XXIV | 1 | 2 | 3 | 4 | ||||||||||||||||
XXV | 1 | 2 | 3 | |||||||||||||||||
XXVI | 1 | 2 | 3 | |||||||||||||||||
Part VII: Selected Topics | ||||||||||||||||||||
XXXI | 1 | 2 | ||||||||||||||||||
XXXII | 1 | 2 | 3 | 4 | ||||||||||||||||
XXXIII | 1 | |||||||||||||||||||
XXXV | 1 |
- LineIntersection
- Convex Hull
Follow @louis1992 on github to help finish this task.
Disclaimer: the solutions in this repository are crowdsourced work, and in any form it neither represents any opinion of nor affiliates to the authors of Introduction to Algorithms or the MIT press.