Tag Archives: Algorithm

Circular Linked List Problem

How to determine a linked list has a cycle without marking any nodes? This is a classical interview question and one of my friend brought it to me. When I came across the question, I thought that we might count … Continue reading

Posted in Programming | Tagged | Leave a comment