TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
32.19k stars 5.52k forks source link

feat: add closest pair of points algorithm #1706

Open saahil-mahato opened 23 hours ago

saahil-mahato commented 23 hours ago

Open in Gitpod know more

Describe your change:

Checklist:

codecov-commenter commented 23 hours ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.78%. Comparing base (9010481) to head (322ca8e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1706 +/- ## ========================================== + Coverage 84.65% 84.78% +0.12% ========================================== Files 378 379 +1 Lines 19744 19904 +160 Branches 2951 2978 +27 ========================================== + Hits 16715 16875 +160 Misses 3029 3029 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.