@@ -7,7 +7,7 @@ class Node:
self.parent = None
self.name = name
self.edges = []
self.value = 0
self.value = 0 # cost reaching this node
class Edge:
The note is not visible to the blocked user.