Introduction to Algorithms (CLRS)

This thread is for discussing the book Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein (a.k.a., CLRS).

I am interested in starting a study group for this book.
As a side, this is the most mathematical intro to Algs book, be ready to see plenty of integrals.

1 Like

I would also be interested in studying this book. Would you want to do it during the Code Self Study Meetups or separately?

I’ve gotten through a chunk of the binary search tree chapter (12 or 13 edition depending), and would be happy to work with anyone bent on learning this material.

I have parts of Chapters 1,2, and 3 done as well.

All of my CLRS implementations are fully engineered, that is, the code I’ve written, is structured as library components and tested.

Also, I enjoy calculus in any form.

1 Like