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

Added doubly linked list #92

Merged
merged 2 commits into from
Jul 5, 2018
Merged

Conversation

huzaima
Copy link
Contributor

@huzaima huzaima commented Jul 4, 2018

Doubly linked list with the same methods that are used in singly linked list. Tests are also added.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@huzaima huzaima mentioned this pull request Jul 4, 2018
@codecov-io
Copy link

codecov-io commented Jul 4, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #92   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         100    102    +2     
  Lines        2015   2097   +82     
  Branches      347    364   +17     
=====================================
+ Hits         2015   2097   +82
Impacted Files Coverage Δ
...-structures/doubly-linked-list/DoublyLinkedList.js 100% <100%> (ø)
...uctures/doubly-linked-list/DoublyLinkedListNode.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 fef2aa7...73f0b9f. Read the comment docs.

@trekhleb trekhleb changed the base branch from master to doubly-linked-list July 5, 2018 12:18
@trekhleb
Copy link
Owner

trekhleb commented Jul 5, 2018

Thank you for your effort @huzaima

@trekhleb trekhleb merged commit 6b354ad into trekhleb:doubly-linked-list Jul 5, 2018
shoredata pushed a commit to shoredata/javascript-algorithms that referenced this pull request Mar 28, 2019
* Added doubly linked list

* improved doubly linked list coverage
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.

None yet

3 participants