Closed axecopfire closed 5 years ago
Merging #105 into master will increase coverage by
0.06%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
+ Coverage 98.91% 98.97% +0.06%
==========================================
Files 33 34 +1
Lines 459 489 +30
Branches 66 73 +7
==========================================
+ Hits 454 484 +30
Misses 5 5
Impacted Files | Coverage Δ | |
---|---|---|
src/dataStructures/hashTable.js | 100% <100%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8661766...0d9b606. Read the comment docs.
Added
HashTable
and methods:insert
toString
remove
Added a hashing function, also possible for user to create own hashing function