Determines whether there is a path from start to goal on the graph.
start
goal
An index of starting vertex.
Whether there is a path.
Generated using TypeDoc
Determines whether there is a path from
start
togoal
on the graph.