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

[Algorithm Design and Techniques] #80

Merged
merged 3 commits into from
May 1, 2018
Merged

[Algorithm Design and Techniques] #80

merged 3 commits into from
May 1, 2018

Conversation

loiane
Copy link
Owner

@loiane loiane commented May 1, 2018

No description provided.

@codecov
Copy link

codecov bot commented May 1, 2018

Codecov Report

Merging #80 into master will increase coverage by 8.82%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   66.66%   75.49%   +8.82%     
==========================================
  Files         118      119       +1     
  Lines        2070     2591     +521     
  Branches      284      376      +92     
==========================================
+ Hits         1380     1956     +576     
+ Misses        677      612      -65     
- Partials       13       23      +10
Impacted Files Coverage Δ
src/ts/index.ts 100% <100%> (ø)
...mic-programing/longest-common-subsequence-print.ts 97.43% <100%> (+89.1%) ⬆️
...mic-programing/longest-common-subsequence-print.js 100% <100%> (+100%) ⬆️
src/ts/algorithms/greedy/knapsack.ts 69.23% <0%> (-30.77%) ⬇️
src/ts/algorithms/graph/dijkstra.ts 15.38% <0%> (-11.89%) ⬇️
src/ts/algorithms/graph/prim.ts 16.66% <0%> (-6.42%) ⬇️
src/ts/algorithms/sorting/counting-sort.ts 94.73% <0%> (-5.27%) ⬇️
src/ts/algorithms/sorting/quicksort.ts 96.15% <0%> (-3.85%) ⬇️
src/ts/algorithms/sorting/bucket-sort.ts 96.55% <0%> (-3.45%) ⬇️
src/ts/algorithms/graph/kruskal.ts 17.07% <0%> (-1.11%) ⬇️
... and 36 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 03f832a...873f929. Read the comment docs.

@loiane loiane merged commit 25a4dff into master May 1, 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.

1 participant