Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return previous vertices in Bellman-Ford #79

Merged
merged 1 commit into from
Jul 28, 2014

Conversation

eush77
Copy link
Contributor

@eush77 eush77 commented Jul 28, 2014

Other single-source shortest-path algorithms return both distance and previous objects, and this patch makes Bellman-Ford adhere to the existing interface.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) when pulling a49a48a on eush77:bellman-ford-previous into 51a9fff on felipernb:master.

felipernb added a commit that referenced this pull request Jul 28, 2014
Return previous vertices in Bellman-Ford
@felipernb felipernb merged commit 43e3dbc into felipernb:master Jul 28, 2014
@eush77 eush77 deleted the bellman-ford-previous branch August 3, 2014 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants