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

removed variable isEqual by the javascript version. of palindrome check #58

Merged
merged 1 commit into from
Apr 25, 2018
Merged

removed variable isEqual by the javascript version. of palindrome check #58

merged 1 commit into from
Apr 25, 2018

Conversation

christianbender
Copy link

After my changes I ran the tests successful.

@codecov
Copy link

codecov bot commented Apr 9, 2018

Codecov Report

Merging #58 into master will decrease coverage by 3.62%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   65.34%   61.71%   -3.63%     
==========================================
  Files         143      119      -24     
  Lines        3714     2142    -1572     
  Branches      350      297      -53     
==========================================
- Hits         2427     1322    -1105     
+ Misses       1266      807     -459     
+ Partials       21       13       -8
Impacted Files Coverage Δ
src/ts/algorithms/backtracking/rat-in-maze.ts 60% <0%> (-20.77%) ⬇️
src/js/data-structures/dictionary.js 87.5% <0%> (-12.5%) ⬇️
src/ts/algorithms/backtracking/sudoku-solver.ts 87.5% <0%> (-7.38%) ⬇️
src/ts/algorithms/sorting/shell-sort.ts 80% <0%> (-6.67%) ⬇️
...rc/ts/algorithms/search/binary-search-recursive.ts 87.5% <0%> (-6.62%) ⬇️
src/ts/algorithms/graph/floyd-warshall.ts 0% <0%> (-5.89%) ⬇️
src/js/algorithms/graph/floyd-warshall.js 0% <0%> (-5.89%) ⬇️
src/js/algorithms/graph/breadth-first-search.js 3.84% <0%> (-4.49%) ⬇️
src/js/algorithms/graph/prim.js 8.33% <0%> (-2.78%) ⬇️
src/js/algorithms/graph/dijkstra.js 11.11% <0%> (-1.39%) ⬇️
... and 81 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 6e9eb98...0584187. Read the comment docs.

@loiane loiane merged commit 3748fe0 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