Ce qu'il faudra retenir du chapitre 8
- Piles, files, arbres
- Arbres binaires
- Complexité
- Arbre binaire de recherche
- Arbre AVL
- Tas
- Trie
- Représentation de graphes
- Table de hachage
|

Chapitre 8
Structures de données avancées
Version 2022.03
|
Programmes Python
|
Compléments
|
Corrigés des exercices
8.1, 8.3,
8.4, 8.5,
8.7, 8.8,
8.10, 8.11,
8.12a, 8.12b,
8.13, 8.14
|
Pages interactives
|
Sites de référence
|
Livres
- The Art of Computer Programming, Volumes 1-3, Donald E. Knuth,
Addison Wesley, 1998
- Data Structures and Algorithm Analysis in C++, Mark A. Weiss,
Pearson, 2005
- Algorithms, Robert Sedgewick, Addison Wesley, 2011
- Introduction à l'algorithmique, Thomas H. Cormen et
al., Dunod, 2002
|