Computer Science, asked by Boonsai9468, 1 year ago

Compare deletion of node operation in singly linked list and doubly linked list

Answers

Answered by PiyushSinghRajput1
1

Basically 'link' field is nothing but address only. Introduction to Doubly linked list : A Doubly Linked List (DLL) contains an extra pointer, typically called previous pointer, together with next pointer and data which are there in singly linked list.

Answered by Anonymous
1

Answer:

It is used to the compare of the deletion node operation to the double linked list for the delay

Similar questions