technojam / Ultimate_Algorithms_Repository

This is a collection of Data Structures and Algorithms
83 stars 166 forks source link

Doubly Linked list #297

Closed rahulatrkm closed 4 years ago

rahulatrkm commented 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.

Pankaj05011998 commented 4 years ago

Can you assign this to me?

rahulatrkm commented 4 years ago

@shreyanshdeep Thank you for assigning this issue to me I have created the pull request for the same. Can you please check?