Livre 02 - Introduction to Algorithms
De Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest et Clifford Stein.
Partie 1 - Fondations
- Chapitre 1 - The Role of Algorithms in Computing. Séance du 26 février 2018.
- Chapitre 2 - Getting Started. Séance du 5 mars 2018.
- Chapitre 3 - Growth of Functions. Séance du 12 mars 2018.
- Chapitre 4 - Divide-and-Conquer. Séances du 19 mars 2018 (parties 4.1 à 4.3) et 2 avril 2018 (parties 4.4 à 4.6).
- Chapitre 5 - Probabilistic Analysis and Randomized Algorithms. Séance du 9 avril 2018.
Partie 2 - Tri et rangs
- Chapitre 6 - Heapsort. Séance du 16 avril 2018.
- Chapitre 7 - Quicksort. Séance du 23 avril 2018.
- Chapitre 8 - Sorting in Linear Time. Séance du 30 avril 2018.
- Chapitre 9 - Medians and Order Statistics.
Partie 3 - Structures de données