TheAlgorithms / C-Sharp

All algorithms implemented in C#.
GNU General Public License v3.0
7.17k stars 1.53k forks source link

Triangulation algorithms to find your location #489

Closed ngtduc693 closed 1 month ago

ngtduc693 commented 1 month ago

Implemented a triangulation algorithm to calculate your position based on distances from three base stations.

image

ngtduc693 commented 1 month ago

Passed all of the unit test

image

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.03%. Comparing base (013a6b9) to head (e76452e). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #489 +/- ## ========================================== - Coverage 95.08% 95.03% -0.06% ========================================== Files 257 258 +1 Lines 10669 10697 +28 Branches 1503 1504 +1 ========================================== + Hits 10145 10166 +21 - Misses 400 405 +5 - Partials 124 126 +2 ```

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