Skip to content

Commit

Permalink
Муравьиный алгоритм
Browse files Browse the repository at this point in the history
  • Loading branch information
Pastor committed Nov 29, 2024
1 parent de0d40f commit 4792b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vol5/src/main/java/ru/mifi/practice/vol5/graph/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public static void main(String[] args) throws IOException {
System.out.println("DST: " + distances);
var path = new AntShortestPath<String, Integer>();
var shortest = path.shortestPath(graph, "1", "3");
System.out.println("SHT: " + shortest);
System.out.println("ANT: " + shortest);
}
}

0 comments on commit 4792b36

Please sign in to comment.