Hacker News new | ask | show | jobs
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

1 comments

It still needs some polish work like converting labels to Id's when appropriate and catching errors otherwise. I'll do that stuff this week.
I added a conversion so that you can enter the ID or the label.