gitond / graph_alg_test_env

Graph algorithm testing environment.
0 stars 0 forks source link

Dijkstra doesn't seem to work with longer paths #31

Closed gitond closed 1 year ago

gitond commented 1 year ago

Investigate and fix, may need to rewrite parts of module.

gitond commented 1 year ago

Possible source of bug: Null vertex maybe saved to q somewhere

gitond commented 1 year ago

fixed