Compare commits

..

No commits in common. "c2f4b22b0919294551516cbb5d9d79e8463f666c" and "112c0462920de5dda33527d421fdcdda9792073b" have entirely different histories.

2 changed files with 0 additions and 1 deletions

View file

@ -41,7 +41,6 @@ public class DijkstraAlgorithm extends ShortestPathAlgorithm {
x = Tas.findMin();
x.setMarque(true);
Tas.deleteMin();
System.out.println("test");
for(Arc suivant : x.getSommet().getSuccessors()){
Node y = suivant.getDestination();
for (Label l : List){