We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fbbcd commit f98e3c0Copy full SHA for f98e3c0
1 file changed
Others/Dijkstra.java
@@ -63,7 +63,7 @@ public static class Vertex implements Comparable<Vertex> {
63
public Vertex previous = null;
64
public final Map<Vertex, Integer> neighbours = new HashMap<>();
65
66
- public Vertex(String name){
+ public Vertex(String name) {
67
this.name = name;
68
}
69
0 commit comments