Closed rahulatrkm closed 4 years ago
Title or Name of the Algorithm
Describe the algorithm A Doubly Linked List (DLL) contains an extra pointer, typically called the previous pointer, together with the next pointer and data which are there in a singly linked list.
Can you assign this to me?
@shreyanshdeep Thank you for assigning this issue to me I have created the pull request for the same. Can you please check?
Title or Name of the Algorithm
Describe the algorithm A Doubly Linked List (DLL) contains an extra pointer, typically called the previous pointer, together with the next pointer and data which are there in a singly linked list.