nas5w / javascript-patterns

A collection of javascript algorithms, patterns, and techniques
MIT License
293 stars 69 forks source link

Added hash table/test #105

Closed axecopfire closed 5 years ago

axecopfire commented 5 years ago

Added HashTable and methods:

Added a hashing function, also possible for user to create own hashing function

codecov-io commented 5 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            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.