Skip to content
Snippets Groups Projects
Commit 45522ca5 authored by Antoine HUGUET's avatar Antoine HUGUET
Browse files

Removed old

parent 2ad52989
No related branches found
No related tags found
No related merge requests found
# 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
-
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment