Explain the difference between a circular linked list ,a singly linked list and doubly linked list
Answers
Answered by
2
Answer:
These are not mutually exclusive concepts; a list can be both circular and doubly linked. A circular linked list is one where there are no start or end nodes, but instead they follow a circular pattern. A doubly-linked list is one where each node points not only to the next node but also to the previous node.
Similar questions
Math,
6 months ago
Hindi,
6 months ago
Math,
6 months ago
Computer Science,
11 months ago
Physics,
11 months ago
Social Sciences,
1 year ago
Science,
1 year ago