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

Add shortest path algorithm based on Breadth-First Search #78

Merged
merged 1 commit into from
Jul 28, 2014

Conversation

eush77
Copy link
Contributor

@eush77 eush77 commented Jul 28, 2014

Works in O(V+E), which makes it the most efficient shortest-path algorithm for unweighted graphs.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) when pulling ae17d1b on eush77:bfs-shortest-path into 51a9fff on felipernb:master.

felipernb added a commit that referenced this pull request Jul 28, 2014
Add shortest path algorithm based on Breadth-First Search
@felipernb felipernb merged commit 1f00a35 into felipernb:master Jul 28, 2014
@eush77 eush77 deleted the bfs-shortest-path 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.

3 participants