TheAlgorithms / C-Sharp

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

Add Jaccard Similarity #419

Closed Kalkwst closed 1 year ago

Kalkwst commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (0677638) 96.03% compared to head (d9781f8) 96.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #419 +/- ## ========================================== + Coverage 96.03% 96.04% +0.01% ========================================== Files 228 230 +2 Lines 9562 9592 +30 ========================================== + Hits 9183 9213 +30 Misses 379 379 ``` | [Files](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/419?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms) | Coverage Δ | | |---|---|---| | [Algorithms/Strings/Similarity/JaccardDistance.cs](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/419?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms#diff-QWxnb3JpdGhtcy9TdHJpbmdzL1NpbWlsYXJpdHkvSmFjY2FyZERpc3RhbmNlLmNz) | `100.00% <100.00%> (ø)` | | | [Algorithms/Strings/Similarity/JaccardSimilarity.cs](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/419?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms#diff-QWxnb3JpdGhtcy9TdHJpbmdzL1NpbWlsYXJpdHkvSmFjY2FyZFNpbWlsYXJpdHkuY3M=) | `100.00% <100.00%> (ø)` | |

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