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

refactor: simplify logic of Point::equals in KDTree #5158

Merged
merged 3 commits into from
May 12, 2024

Conversation

CodaBlurd
Copy link
Contributor

@CodaBlurd CodaBlurd commented May 12, 2024

Follows #5157 (comment).

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.24%. Comparing base (5703be5) to head (6793094).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5158   +/-   ##
=========================================
  Coverage     38.24%   38.24%           
  Complexity     2361     2361           
=========================================
  Files           516      516           
  Lines         15305    15304    -1     
  Branches       2957     2956    -1     
=========================================
  Hits           5853     5853           
  Misses         9165     9165           
+ Partials        287      286    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vil02 vil02 changed the title Enable equals hash code refactor: simplify logic of Point::equals in KDTree May 12, 2024
@vil02 vil02 merged commit bbef89c into TheAlgorithms:master May 12, 2024
5 checks passed
@CodaBlurd CodaBlurd deleted the enable_EqualsHashCode branch May 12, 2024 10:38
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.

None yet

3 participants