Computer Science, asked by ChintuPriyanka, 1 year ago

what is single linked circular list?

Answers

Answered by manishkr620520
0
Circular linked list is a linked listwhere all nodes are connected to form a circle. There is no NULL at the end. Acircular linked list can be a singly circular linked list or doubly circular linked list. Advantages of Circular Linked Lists: 1) Any node can be a starting point.
Similar questions