== Table des matières : ==
# [[ algorithmique/intro/ | Introduction à l'algorithmique ]]
## [[ algorithmique/intro/exo/ | Exercices introductifs ]]
# [[ algorithmique/conditions/ | La structure conditionnelle ]]
## [[ algorithmique/conditions/exo/ | Exercices avancés sur les structures conditionnelles ]]
# [[ algorithmique/loop | Les boucles ]]
## [[ algorithmique/loop/for/ | Les itérations à bornes définies ]]
## [[ algorithmique/loop/while/ | La boucle tant que ]]
## [[ algorithmique/loop/dowhile/ | La boucle répéter ... tant que ]]
# [[ algorithmique/fonction/ | La découpe de problèmes en sous problèmes ]]
## [[ algorithmique/fonction/exo/ | Exercices sur les procédures et les fonctions ]]
# Les automates d'états finis
# La récursivité
# Les structures
# Les vecteurs
# Les algorithmes de recherche
# Les algorithmes de tri
# La gestion des ensembles
# Les files d'attente
# Les matrices
# Les pointeurs
== Références : ==
- [[ https://www.oreilly.com/library/view/mastering-algorithms-with/1565924533/ | Mastering Algorithms with C - Kyle Loudon ]]
- [[ http://pise.info/algo/index.htm | Algorithmique et programmation pour non-matheux ]]
- [[ https://books.google.be/books/about/Data_Structures_and_Algorithms_in_Java.html?id=UqmYAgAAQBAJ&source=kp_cover&redir_esc=y | Data Structures and Algorithms in Java ]]
- [[ https://hal.archives-ouvertes.fr/cel-01176119v2/document | Algorithmique & programmation en langage C - vol.1 ]]
- [[ https://www.oreilly.com/library/view/algorithms-in-a/9780596516246/ | Algorithms in a Nutshell ]]