visited Nodes
Retrieves a (unordered) list of all visited nodes during any non-reset search operation (DFS, BFS, Dijkstra).
Return
A list of visited nodes or an empty list if no search algorithm (DFS, BFS, Dijkstra) has been run yet.
Retrieves a (unordered) list of all visited nodes during any non-reset search operation (DFS, BFS, Dijkstra).
A list of visited nodes or an empty list if no search algorithm (DFS, BFS, Dijkstra) has been run yet.