Computer Science, asked by aniketthorat283, 11 months ago

Explain the difference between a circular linked list ,a singly linked list and doubly linked list​

Answers

Answered by Zisha7
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