1
16kviews
Explain Linked list as an ADT. Write a function for deletion of a node from Doubly linked list?

Mumbai University > Computer Engineering > Sem 3 > Data Structures

Marks: 10M

Years: Dec 2015

1 Answer
1
216views

Linked List as an ADT:

  • A linked list is a chain of nodes where each node in the list consists of two fields, a data field and a next address field.

  • The data field holds the actual element on the list where the next address field contains the address of …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.