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

Maximal cliques and all-pairs shortest path algorithms #40

Merged
merged 6 commits into from
Aug 27, 2014

Conversation

drone29a
Copy link
Contributor

@drone29a drone29a commented Jul 5, 2014

I added the Bron-Kerbosch algorithm for finding maximal cliques as well as Johnson's algorithm and breadth-first all-pairs shortest path for finding paths between all vertices.

I didn't make the change, but I propose the span functions for Bellman-Ford, Dijkstra's, and breadth-first should all return paths and distance information in the same format.

@drone29a
Copy link
Contributor Author

drone29a commented Aug 7, 2014

Is this change OK? Happy to modify in order to for it to be accepted.

@aysylu
Copy link
Owner

aysylu commented Aug 17, 2014

Sorry for not getting back to you on this sooner -- something else has been occupying me in the past couple months. I'll get back to you on this by this weekend. Thanks!

@aysylu
Copy link
Owner

aysylu commented Aug 25, 2014

This looks great! Once the shortest-paths is renamed, will be happy to merge.

I agree with you that we should have the same format for paths and distance info (also, brought up in #10).

aysylu pushed a commit that referenced this pull request Aug 27, 2014
Maximal cliques and all-pairs shortest path algorithms
@aysylu aysylu merged commit 14923b2 into aysylu:master Aug 27, 2014
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.

2 participants