Vidyalelo
Data Structure · Q1058

Miscellaneous on Data Structures

Programming · Data Structure · question 1058

Q1058

Where does the tortoise point to, when the hare has completed one iteration of the sequence?

A.
First node of the linked list
B.
Last node of the linked list
C.
Middle node of the linked list
Answer
D.
Any random node of the linked list

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board