Computer Science, asked by rohankarmakar2403, 2 months ago

Write the advantages of doubly linked list.

Answers

Answered by SakiMonarch
1

\Large{\underline{\underline{\underline{\overline{\overline{\overline{\fcolorbox{green}{blue}{◦•●◉✿ AnsweR✿◉●•◦}}}}}}}}

 1) A DLL can be traversed in both forward and backward direction.

2) The delete operation in DLL is more efficient if pointer to the node to be deleted is given.

3) We can quickly insert a new node before a given node.

Similar questions