Lycée Gay-Lussac - Limoges
Classes de MP2I et MPI - 2024/2025
Informatique
Accueil
-
MP2I
-
MPI
-
Programmes officiels
-
Sujets de concours
-
Orientation
-
Liens
Bon courage pour les concours !
Préparation aux épreuves orales
TP Blanc Centrale-Mines 20/06 : 13h-16h - sujet :
musique.pdf
- code source fourni :
musique.zip
TP Blanc Centrale-Mines 11/06 : 13h-16h30 - sujet :
jeu2023.pdf
- code source fourni :
base.zip
TP Blanc ENS 06/06 : 13h-16h30 - sujet :
rechercheADN.pdf
- code source fourni :
base.zip
Sujet CCINP 1 : code compagnon :
ccinp1.c
😎
Sujet CCINP 3 : code compagnon :
ccinp3.ml
😎
Sujet CCINP 8 : code compagnon :
ccinp8.ml
😎
Sujet CCINP 9 : code compagnon :
ccinp9.zip
Annexe2.pdf
: Tester l'environnement technique du concours CCINP
Annexe3.pdf
: les TP CentraleSupelec / Mines-Ponts
Annexe4.pdf
: les épreuves d'admission X-ENS
TP Centrale en autonomie - sujet :
segmentation.pdf
- code source fourni :
segmentation.zip
(- code source corrigé :
segmentation_corr.zip
)
TP Mines-Pont en autonomie - sujet :
navigation.pdf
- code source fourni :
navigation.zip
(- code source corrigé :
navigation_corr.zip
)
Sujet CCINP 4 : code compagnon :
ccinp4.ml
😎
Sujets de révision pour les écrits
DS4 MP2I
-
corrigé
EPITA 2024
-
corrigé
Mines-Ponts 2022
-
corrigé
Colles
Planning des colles
Devoirs surveillés
Méthodo :
Comment progresser en DS ?
DS5 - 08 Fév -
notes
(coeff 4) -
commentaires
DS4 - 17 Jan -
notes
(coeff 4) -
commentaires
DS3 - 07 Déc -
notes
(coeff 4) -
commentaires
DS2 - 16 Nov -
notes
(coeff 3) -
commentaires
DS1 - 28 Sept -
notes
(coeff 3.5) -
commentaires
Devoirs maison
Colle X-ENS
: pour les candidats X-ENS volontaire. A chercher, avec les indications et rédiger un corrigé
CommentairesDM2.pdf
Supports des Séances
17 Fev -
Grammaires
07 Fev -
Programmation Concurrente, Synchronisation
03 Fev -
IA : algorithme A*
23 Jan -
Intelligence Artificielle pour les jeux
20 Jan -
IA : algorithme K-moyennes
20 Jan -
IA : algorithme CAH
13 Jan -
IA : algorithme ID3
06 Jan -
IA : algorithme KNN
06 Jan -
Introduction Intelligence Artificielle
09 Déc -
Le langage de requêtes SQL
09 Déc -
Introduction Bases de données
25 Nov -
De la logique antique à la dédution naturelle
03 Oct -
Petite histoire de la calculabilité
30 Sept -
Décidabilité, Classes de complexité
02 Sept -
Introduction Langages Formels
Travaux Pratiques
TP21 - Grammaires, Mini-C -
tp21.ml
😎
-
prog1.mc
😎
-
prog2.mc
😎
-
prog3.mc
😎
- Corrigé : -
tp21_corr.ml
😎
TP20 - Threads -
prog1.ml
😎
-
prog2.ml
😎
-
prog3.c
😎
-
prodcons.c
😎
-
rdv.c
😎
-
prog2_corr.ml
😎
-
prog3_corr.c
😎
-
prodcons_corr.c
😎
-
rdv_corr.c
😎
TP19 - Algorithme A* -
taquin.ml
😎
-
taquin_corr0.ml
😎
-
taquin_corr.ml
😎
TP18 - Attracteurs du tic-tac-toe en C - avancé :
tictactoe_a.c
😎
- novice :
tictactoe_n.c
😎
- correction :
tictactoe_corr.c
😎
TP17 - Algorithme Kmeans -
johnR.ppm
-
vangogh.ppm
-
shangai.ppm
-
image.h
😎
-
image.c
😎
-
tp17_a.c
😎
-
tp17_n.c
😎
-
convertColor.py
😎
- Corrigés : (version simple :
tp17_corr.c
😎
) - (version finale :
tp17_corr2.c
😎
)
TP16 - ID3 -
id3.ml
😎
-
id3_corr.ml
😎
TP15 - KNN - Kdtree -
knn.ml
😎
- corrigé partiel :
knn_corr0.ml
😎
- corrigé :
knn_corr.ml
😎
-
kdtree.ml
😎
-
pt1200.ml
😎
-
kdtree_corr.ml
😎
-
kdtree1200_corr.ml
😎
TP14 - TP CCMP -
navigation.pdf
-
navigation.zip
-
navigation_corr.zip
TP SQL -
world.db
-
world.sql
-
cinema.db
-
cinema.sql
-
FicheReponse.odt
TP13 - Arbre Rouge-Noir -
tp13.ml
😎
-
tp13_corr.ml
😎
TP12 - Union-Find, Labyrinthe -
tp12.ml
😎
-
laby.ml
😎
- Corrigés :
tp12_corr.c
😎
-
tp12_corr.ml
😎
-
laby_corr.ml
😎
TP11 - Arbre couvrant minimal - Corrigé final :
tp11_corr.c
😎
- Compilation séparée :
common.h
😎
-
common.c
😎
-
kruskal.c
😎
-
prim.c
😎
TP11 - Arbre couvrant minimal -
tp11.c
😎
(version expert :
tp11_e.c
😎
) -
villes20.txt
-
villes89.txt
-
villes1000.txt
-
test.geojson
-
openstreetmap.fr
TP10 - Sat - MaxSat -
tp10.ml
😎
(version expert :
tp10_e.ml
😎
) -
tp10_corr.ml
😎
TP09 - Branch and Bound -
tp09.ml
😎
-
tp09_corr.ml
😎
TP08 - ExoB CCINP - Exercice 7 :
chemins_simples.ml
😎
- Exercice 8 :
flottants.c
😎
-
Makefile
😎
-
chemins_simples_corr.ml
😎
-
flottants_corr.c
😎
TP07 - Ricochet Robots (3/3) -
tp07Ter_robots.ml
😎
-
tp07Ter_robots_corr.ml
😎
TP07 - Ricochet Robots (2/3) -
tp07Bis_robots.ml
😎
-
tp07Bis_robots_corr.ml
😎
TP07 - Ricochet Robots (1/3) -
documentation module Graphics
-
tp07_robots.ml
😎
- Corrigé :
tp07_robots_corr.ml
😎
- Corrigé avancé :
tp07_robots_corr2.ml
😎
TP06 - Algorithme de Berry-Sethi -
tp06.ml
😎
(version expert :
tp06_e.ml
😎
) -
tp06_corr.ml
😎
TP05 - Backtracking C - Dominos -
tp05.c
😎
-
tp05_corr.c
😎
TP04 - Automates en OCaml -
tp04_ex.ml
😎
-
tp04_aut.ml
😎
-
tp04_ex_corr.ml
😎
-
tp04_aut_corr.ml
😎
TP03 - Regexp en OCaml -
tp03_ex1.ml
😎
-
tp03_ex2.ml
😎
-
tp03_ex1_corr.ml
😎
-
tp03_ex2_corr.ml
😎
- -
tp03_ex2_corr_bonus.ml
😎
TP02 - Révisions OCaml -
tp02_ex1.ml
😎
-
tp02_ex2.ml
😎
-
tp02_ex1_corr.ml
😎
-
tp02_ex2_corr.ml
😎
TP01 - Révisions C -
tp01_ex1.c
😎
-
tp01_ex2.c
😎
-
tp01_ex1_corr.c
😎
-
tp01_ex2_corr.c
😎