The Wayback Machine - https://web.archive.org/web/20201103184357/https://github.com/TheAlgorithms/Java/pull/1412
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 #1412

Open
wants to merge 1 commit into
base: Development
from
Open

Conversation

@rnitish
Copy link
Contributor

@rnitish rnitish commented Aug 14, 2020

Added doubly linked list data structure

Overview:

  • Insertion at start
  • deletion from start
  • deletion of a specified element
  • get size of list
@rbshealy
Copy link
Contributor

@rbshealy rbshealy commented Aug 15, 2020

There is already a doubly linked list data structure if I am not mistaken

@rnitish
Copy link
Contributor Author

@rnitish rnitish commented Aug 16, 2020

Actually this one is a generic doubly linked list.

Also pull request is for development branch where there is no doubly linked list.

Copy link

@mTab86 mTab86 left a comment

I think the delete method in doubly linked list will give null pointer exception.

@rnitish
Copy link
Contributor Author

@rnitish rnitish commented Sep 19, 2020

Thanks @mTab86

I will fix the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.