Esempio n. 1
0
 def testArbre(self):
     graphe = Graphe("centresLocaux.txt")
     arbre = Arbre(2)
     arbre.fillArbre(graphe.listeSommets, graphe.matriceArete, 0, 1)