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

Union-Find Data Structure #113

Merged
merged 3 commits into from
Oct 16, 2021
Merged

Union-Find Data Structure #113

merged 3 commits into from
Oct 16, 2021

Conversation

sidml
Copy link
Contributor

@sidml sidml commented Oct 16, 2021

@github-actions github-actions bot added core something about core repo something about repo test Something about test labels Oct 16, 2021
@sidml sidml requested a review from ZigRazor October 16, 2021 05:46
@ghost
Copy link

ghost commented Oct 16, 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 #113 (2024f49) into master (a90d4c9) will decrease coverage by 0.00%.
The diff coverage is 95.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
- Coverage   96.36%   96.35%   -0.01%     
==========================================
  Files          36       37       +1     
  Lines        3771     3818      +47     
==========================================
+ Hits         3634     3679      +45     
- Misses        137      139       +2     
Flag Coverage Δ
unittests 96.35% <95.74%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
include/Graph/Graph.hpp 97.44% <86.66%> (-0.23%) ⬇️
test/UnionFindTest.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 a90d4c9...2024f49. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Oct 16, 2021

This pull request introduces 2 alerts when merging 2024f49 into a90d4c9 - view on LGTM.com

new alerts:

  • 2 for Constant return type on member

@ZigRazor ZigRazor added development Development of new Functionalities enhancement New feature or request labels Oct 16, 2021
@ZigRazor ZigRazor self-assigned this Oct 16, 2021
@ZigRazor ZigRazor added this to the Algorithm Implementation milestone Oct 16, 2021
@ZigRazor ZigRazor linked an issue Oct 16, 2021 that may be closed by this pull request
@ZigRazor ZigRazor merged commit dc2e91c into ZigRazor:master Oct 16, 2021
@sidml sidml deleted the unionFind branch October 16, 2021 08:39
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.

Union-Find Data Structure
3 participants