1
0
Fork 0

Start of Label

This commit is contained in:
Sebastien Moll 2026-04-16 09:33:04 +02:00
parent c3e188aab2
commit 8726dded7e

View file

@ -0,0 +1,14 @@
package org.insa.graphs.algorithm.shortestpath;
public class Label {
private Node sommetCourant;
private Boolean marque;
private int coutRealise;
public int getCost();
}