Open Paulofalcao2002 opened 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.15%. Comparing base (
cb4760c
) to head (b950dfa
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary of the Change:
This pull request introduces the Chebyshev distance algorithm, where the distance between two points is the greatest of their differences along any coordinate dimension. Source
Motivation
Similar to my previous contributions, I wanted to include this algorithm since it is present in other languages repositories, such as python.