Can someone help me with the complete code C/C++.
Just published this article, should be helpful... http://tech.queryhome.com/56845/circular-doubly-linklist-in-c
What is the best logic or way to detected linked list has loop ? And also what is the best way to find out that given linked list is circular ?
Can someone help me with algorithm and code?