Subject: | Documentation fix |
JHI,
Graph's online page says this:
SP_Bellman_Ford
@path = $g->SP_Dijkstra($u, $v)
Return the vertices in the shortest path in the graph $g between the two vertices $u, $v. If no
path can be found, an empty list is returned.
It should say:
@path = $g->SP_Bellman_Ford($u, $v)