We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8f6b1 commit 06c23f2Copy full SHA for 06c23f2
1 file changed
src/algorithms/implementation/Dijkstra.java
@@ -39,7 +39,7 @@ public void execute(Graph graph, Node source) {
39
}
40
41
public Dijkstra() {
42
- log("============= START OF DIJKSTRA MINIMUM PATH SEARCH=============");
+ log("============= START OF DIJKSTRA MINIMUM PATH SEARCH =============");
43
44
45
@Override
0 commit comments