Would you be interested in splitting out the predefined graphs into another repo / into an npm package? I'd love to use+extend as part of PyGraphistry!
I'll definitely consider that. The whole predefined graphs file is only about 90 lines for the relevant bits if you just want to copy that into your project.
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
You're correct, right now it doesn't support multigraphs because of a library I'm using. I'll modify it soon to add that support and then the bridges will be correct.