mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-10 13:39:08 +08:00
Updated brackets
This commit is contained in:
@ -63,7 +63,7 @@ class Graph {
|
|||||||
public Vertex previous = null;
|
public Vertex previous = null;
|
||||||
public final Map<Vertex, Integer> neighbours = new HashMap<>();
|
public final Map<Vertex, Integer> neighbours = new HashMap<>();
|
||||||
|
|
||||||
public Vertex(String name){
|
public Vertex(String name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user