Skip to content

Fix LinkedList #42

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

Merged
merged 2 commits into from
Jun 2, 2018
Merged

Fix LinkedList #42

merged 2 commits into from
Jun 2, 2018

Conversation

m-maksyutin
Copy link
Contributor

This is a small fix for LinkedList delete method. I have updated LinkedList.test.js to reproduce the issue. This test fails for the previous version of the method.

@codecov-io
Copy link

codecov-io commented Jun 1, 2018

Codecov Report

Merging #42 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #42   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          81     81           
  Lines        1799   1799           
  Branches      318    318           
=====================================
  Hits         1799   1799
Impacted Files Coverage Δ
src/data-structures/linked-list/LinkedList.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 87299a5...2e8e215. Read the comment docs.

@Trapperjs
Copy link

Is there a secret back door I could use?

@trekhleb
Copy link
Owner

trekhleb commented Jun 2, 2018

Thank you for your fix @m-maksyutin !

@trekhleb trekhleb merged commit a63bc67 into trekhleb:master Jun 2, 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.

6 participants