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

Improve Algorithm\MinimumSpanningTree #73

Merged
merged 12 commits into from
Sep 11, 2013
Merged

Conversation

clue
Copy link
Member

@clue clue commented Sep 11, 2013

  • Fix throwing UnexpectedValueException for unconnected Graphs
  • Consistently support undirected and mixed Graphs
  • Support edges with null weight (default), consider it the same as (int)0 weight.
  • Add Algorithm\MinimumSpanningTree\Base::getWeight()
  • 100% code coverage
  • Documentation / changelog

Also refs #72

clue added a commit that referenced this pull request Sep 11, 2013
Improve Algorithm\MinimumSpanningTree
@clue clue merged commit 3e61948 into master Sep 11, 2013
@clue clue deleted the improve-minimumspanningtree branch September 11, 2013 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant