Intel Corporation Interview Question

how to find a list is circular

Interview Answer

Anonymous

Jan 22, 2013

use two pointers (fast, slow)

1