diff --git a/3-graphe/presentation.md b/3-graphe/presentation.md
deleted file mode 100644
index 8fd26ccff512caec79f2d5b610c092ad151dc7b4..0000000000000000000000000000000000000000
--- a/3-graphe/presentation.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# Une troisième implémentation
-
-On va réaliser l'implémentation d'un second objet en Python, pour découvrir de nouvelles fonctionnalités, et de nouveaux raisonnement.
-
-### Choix de l'objet
-
-On prend encore un degrés d'abstraction supplémentaire : un **graphe**. De nouvelles questions se posent.
-
-### Une nouveauté : réfléchir à l'implémentation
-
-On doit maintenant réfléchir à **l'interface** et à **l'implémentation** :
-- Liste d'adjacence
-- Matrice d'adjacence
-- ...
-
-### Quels attributs ?
-
-- 
-- 
-
-### Quelles méthodes ?
-
-- 
-- 
-
-### Que va t'on faire dans le constructeur ?
-
-- Initialiser les attributs
--