Programming Question

Question: Determine whether a linked list contains a loop as quickly as possible without using any extra storage. Also, identify the location of the loop.

From: Algorithm Design Manual [Skiena]

Subject: Data Structures

Load Another Question


Select a Subject