Computer Science, asked by sravankumarachi2856, 1 year ago

Differentiate between doubly and circular linked list

Answers

Answered by Anonymous
0

Answer:

hiii dear...

.A circular linked list is one where there are no start or end nodes,but instead they follow a circular pattern.

.A double-linked list is one where each nodes points not only to the next node but also to the previous node.

thanks....

Similar questions