Write an algorithm for the implementation of a doubly linked list.

In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes.

Read More: https://en.wikipedia.org/wiki/Doubly_linked_list

Download Solutions

Ignou MCA Solved Question Paper

Leave a Reply