Computer Science, asked by Ranjanrishabh4830, 8 months ago

Compare double linked list and circular linked list

Answers

Answered by abhiredhunter
0

Answer:

What differentiates a circular linked list from a normal linked list? Explanation: The 'next' pointer points to null only when the list is empty, otherwise it points to the head of the list. Every node in circular linked list can be a starting point(head).

Explanation:

if you liked it plzzzz like it and follow me plzzz

Similar questions