Compare commits

..

3 commits

Author SHA1 Message Date
Bensouda Idriss
c2f4b22b09 test 2023-05-10 10:26:36 +02:00
Bensouda Idriss
3b25eb3a11 Merge branch 'master' into HEAD 2023-05-10 10:21:12 +02:00
Bensouda Idriss
b8eef6c76d bonne version 2023-05-10 10:16:39 +02:00
2 changed files with 1 additions and 0 deletions

View file

@ -41,6 +41,7 @@ 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){