From 45522ca5da048829f8095481ff2840ccb485420b Mon Sep 17 00:00:00 2001
From: Antoine HUGUET <Antoine HUGUET>
Date: Sat, 2 May 2020 16:14:17 +0200
Subject: [PATCH] Removed old

---
 3-graphe/presentation.md | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 3-graphe/presentation.md

diff --git a/3-graphe/presentation.md b/3-graphe/presentation.md
deleted file mode 100644
index 8fd26cc..0000000
--- 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
-- 
-- 
GitLab