nas5w / javascript-patterns

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

Adds exponential search (#33) #97

Closed dylanOshima closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #97 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   98.85%   98.87%   +0.02%     
==========================================
  Files          30       31       +1     
  Lines         437      446       +9     
  Branches       61       64       +3     
==========================================
+ Hits          432      441       +9     
  Misses          5        5
Impacted Files Coverage Δ
src/algorithms/searching/exponentialSearch.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 94b5960...024b1e8. Read the comment docs.