. explain the linked list representation of a list with an example?
Answers
Answered by
6
Answer:
Linked list can be visualized as a chain of nodes, where every node points to the next node. As per the above illustration, following are the important points to be considered. Linked List contains a link element called first. Each link carries a data field(s) and a link field called next.
Explanation:
hope it will help you
Similar questions