TheAlgorithms / C-Sharp

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

Adding the HashTable in Data Structures #417

Closed Ravikisha closed 11 months ago

Ravikisha commented 11 months ago
codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (8dfab48) 96.03% compared to head (ed865b4) 96.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #417 +/- ## ========================================== + Coverage 96.03% 96.10% +0.07% ========================================== Files 231 234 +3 Lines 9665 9843 +178 ========================================== + Hits 9282 9460 +178 Misses 383 383 ``` | [Files](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms) | Coverage Δ | | |---|---|---| | [DataStructures/Hashing/Entry.cs](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms#diff-RGF0YVN0cnVjdHVyZXMvSGFzaGluZy9FbnRyeS5jcw==) | `100.00% <100.00%> (ø)` | | | [DataStructures/Hashing/HashTable.cs](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms#diff-RGF0YVN0cnVjdHVyZXMvSGFzaGluZy9IYXNoVGFibGUuY3M=) | `100.00% <100.00%> (ø)` | | | [DataStructures/Hashing/NumberTheory/PrimeNumber.cs](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms#diff-RGF0YVN0cnVjdHVyZXMvSGFzaGluZy9OdW1iZXJUaGVvcnkvUHJpbWVOdW1iZXIuY3M=) | `100.00% <100.00%> (ø)` | |

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