antonioaversa / MoreStructures

Data structures and algorithms for .NET6.
MIT License
5 stars 0 forks source link

Disjoint Sets: Quick Union implementation #173

Closed antonioaversa closed 2 years ago

github-actions[bot] commented 2 years ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
MoreStructures 100% 100% 1537
Summary 100% (4166 / 4166) 100% (1191 / 1192) 1537

Minimum allowed line rate is 99%

github-actions[bot] commented 2 years ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
MoreStructures 100% 100% 1528
Summary 100% (4143 / 4143) 100% (1181 / 1182) 1528

Minimum allowed line rate is 99%

github-actions[bot] commented 2 years ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
MoreStructures 100% 100% 1528
Summary 100% (4143 / 4143) 100% (1181 / 1182) 1528

Minimum allowed line rate is 99%

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

antonioaversa commented 2 years ago

LGTM, algorithm to count sets could be simplified

All comments addressed, algorithm to retrieve the number of sets simplified following the suggestion.