how will you find a circular link list which has a loop in it.
Anonymous
use 2 iterator algo. or pass the linked list elements into a Java set, it will fail to add elements twice if there is a loop
Check out your Company Bowl for anonymous work chats.