Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved the algorithm #50

Merged
merged 5 commits into from
Apr 25, 2018
Merged

improved the algorithm #50

merged 5 commits into from
Apr 25, 2018

Conversation

christianbender
Copy link

@christianbender christianbender commented Apr 8, 2018

  • I simplified the algorithm.
  • After my changes I ran the tests successful.

@codecov
Copy link

codecov bot commented Apr 8, 2018

Codecov Report

Merging #50 into master will increase coverage by 1.52%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   63.79%   65.32%   +1.52%     
==========================================
  Files         140      143       +3     
  Lines        3301     3712     +411     
  Branches      297      350      +53     
==========================================
+ Hits         2106     2425     +319     
- Misses       1183     1266      +83     
- Partials       12       21       +9
Impacted Files Coverage Δ
src/js/others/balanced-symbols.js 100% <100%> (ø) ⬆️
src/ts/algorithms/search/interpolation-search.ts 80% <0%> (-20%) ⬇️
src/ts/algorithms/graph/dijkstra.ts 12.5% <0%> (-14.78%) ⬇️
src/ts/algorithms/graph/prim.ts 11.11% <0%> (-11.97%) ⬇️
src/ts/algorithms/sorting/bucket-sort.ts 92.3% <0%> (-7.7%) ⬇️
src/ts/algorithms/sorting/counting-sort.ts 93.75% <0%> (-6.25%) ⬇️
src/ts/algorithms/graph/kruskal.ts 13.15% <0%> (-5.03%) ⬇️
src/ts/algorithms/sorting/quicksort.ts 96% <0%> (-4%) ⬇️
src/ts/algorithms/search/binary-search.ts 100% <0%> (ø) ⬆️
...s/algorithms/dynamic-programing/min-coin-change.js 0% <0%> (ø) ⬆️
... and 23 more

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 90aaa3c...fa3d96b. Read the comment docs.

@loiane loiane merged commit f06c85c into loiane:master Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants