Circular linked list

Posted by benjamin button on Stack Overflow See other posts from Stack Overflow or by benjamin button
Published on 2010-05-11T12:52:48Z Indexed on 2010/05/11 13:04 UTC
Read the original article Hit count: 329

Filed under:
|
|
|
|

In case of Linked list, how do we identify whether it is a circular linked list? what is the check we have to do for a given linked list to check whether its circular?

© Stack Overflow or respective owner

Related posts about datastructures

Related posts about linked-list