Computer Science, asked by paulsrinjoy4845, 11 months ago

Explain in detail the various operations of the single and double linked list.

Answers

Answered by Anonymous
3

Answer:

✒   In double linked list, the first node must be always pointed by head.

✒   Always the previous field of the first node must be NULL.

✒  Always the next field of the last node must be NULL.

Similar questions