|
|
|
|
|
by djhworld
3126 days ago
|
|
If you label the nodes in the graph with a value (e.g. 'A') then try running one of the search algorithms (BFS) with 'A' to 'C' or whatever, it doesn't work. I think you're supposed to put a node ID in there instead, but it's not very clear |
|