Change structure
This commit is contained in:
parent
e1375756dd
commit
c9ec878c32
2 changed files with 49 additions and 3 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue