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

Kruskal's Algorithm for MST #127

Merged
merged 7 commits into from
Oct 19, 2021
Merged

Kruskal's Algorithm for MST #127

merged 7 commits into from
Oct 19, 2021

Conversation

sidml
Copy link
Contributor

@sidml sidml commented Oct 19, 2021

@github-actions github-actions bot added core something about core repo something about repo test Something about test labels Oct 19, 2021
@ZigRazor ZigRazor self-requested a review October 19, 2021 07:22
@ZigRazor ZigRazor self-assigned this Oct 19, 2021
@ZigRazor ZigRazor added development Development of new Functionalities enhancement New feature or request labels Oct 19, 2021
@ZigRazor ZigRazor added this to the Algorithm Implementation milestone Oct 19, 2021
@ZigRazor ZigRazor linked an issue Oct 19, 2021 that may be closed by this pull request
@ZigRazor
Copy link
Owner

@sidml just a little suggestion,
if you use the special words like fix, resolves etc. etc. you can automatically link issue to the pull request.

@ghost
Copy link

ghost commented Oct 19, 2021

Changes to your CodeSee Architecture Map:

View a CodeSee Map of these changes

View this PR diagram as an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend

@codecov-commenter
Copy link

Codecov Report

Merging #127 (4e9eb13) into master (0304eec) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   96.75%   96.90%   +0.14%     
==========================================
  Files          38       39       +1     
  Lines        4221     4423     +202     
==========================================
+ Hits         4084     4286     +202     
  Misses        137      137              
Flag Coverage Δ
unittests 96.90% <100.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/Graph/Graph.hpp 98.04% <100.00%> (+0.09%) ⬆️
test/KruskalTest.cpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0304eec...4e9eb13. Read the comment docs.

@ZigRazor ZigRazor merged commit b611046 into ZigRazor:master Oct 19, 2021
@sidml sidml deleted the kruskal branch October 19, 2021 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core development Development of new Functionalities enhancement New feature or request repo something about repo test Something about test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kruskal's Algorithm for MST
3 participants