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.55k stars 5.6k forks source link

feat: add geometry triangle #1695

Closed saahil-mahato closed 1 month ago

saahil-mahato commented 1 month ago

Open in Gitpod know more

Describe your change:

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 84.77%. Comparing base (9010481) to head (7a1c9d7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1695 +/- ## ========================================== + Coverage 84.65% 84.77% +0.12% ========================================== Files 378 379 +1 Lines 19744 19901 +157 Branches 2951 2975 +24 ========================================== + Hits 16715 16872 +157 Misses 3029 3029 ```

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

appgurueu commented 1 month ago

Sorry, but this does not meet the current scope of this project. It is not very interesting algorithmically.