Circular Singly Linked List have last node of list pointing to first node - Data Structure

Q.  Which Linked List have the last node of the list pointing to the first node?
- Published on 25 Aug 15

a. Circular Doubly Linked List
b. Circular Linked List
c. Circular Singly Linked List
d. Doubly Linked List

ANSWER: Circular Singly Linked List

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)