From fcb20e45f9586ce669b5d232914131fcaa44b0d1 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Thu, 21 May 2026 09:23:06 +0200 Subject: [PATCH] BDD et SQL avant arbres et graphes --- Progression.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Progression.md b/Progression.md index b1e8a52..10373ef 100644 --- a/Progression.md +++ b/Progression.md @@ -6,10 +6,10 @@ | 3 - a | POO : classes, attributs, méthodes, encapsulation | TP Pokémon | | 3 - b | Paradigmes : fonctionnel, impératif, orienté objet | TP SpotifyWrapped | | 4 | Structures linéaires : Pile, File — implémentation et usages | TP Pile, TP File, TP Navigateur | -| 5 | Arbres : arbres binaires, ABR, parcours, applications | TP Livre Dont Vous Êtes le Héros, TP Recommandation | -| 6 | Graphes : représentations, parcours BFS/DFS, POO | TD Graphes, TP Kevin Bacon | -| 7 - a | Bases de données : modèle relationnel, conception, clés | TP StreamFlix | -| 7 - b | SQL : requêtes, jointures, agrégation | TP Streaming Musical | +| 5 - a | Bases de données : modèle relationnel, conception, clés | TP StreamFlix | +| 5 - b | SQL : requêtes, jointures, agrégation | TP Streaming Musical | +| 6 | Arbres : arbres binaires, ABR, parcours, applications | TP Livre Dont Vous Êtes le Héros, TP Recommandation | +| 7 | Graphes : représentations, parcours BFS/DFS, POO | TD Graphes, TP Kevin Bacon | | 8 | Réseau et routage : protocoles, tables de routage, Dijkstra | TP MiniChat, TP GPS Navigator | | 9 | Sécurité : chiffrement, hachage, authentification | TP Gestionnaire de mots de passe | | 10 | Architectures : SoC, processus, ordonnancement | TP Station Météo IoT, TP Ordonnanceur |