Computer Science, asked by fantasticgirl1, 1 year ago

What is a linked list & it's types? Explain with example.​

Answers

Answered by sahilarora199587
2

Explanation:

A doubly linked list is a list that has two references, one to the next node and another to previous node. Another important type of a linked list is called a circular linked list where last node of the list points back to the first node (or the head) of the list.

Hope it helps ✌❤❤

Don't forget to FOLLOW me and mark as BRAINLIEST ❤✌✌❤

Similar questions