Change structure

This commit is contained in:
manzerbredes 2016-03-14 18:27:27 +01:00
parent e1375756dd
commit c9ec878c32
2 changed files with 49 additions and 3 deletions

View file

@ -6,7 +6,7 @@ public class Main {
public static void main(String[] args) {
Grid g=new Grid();
g.printGrid();
g.printLinkWeight();
System.out.println("Best link : " + g.getBestLinkIndex());
}
}