In this is video, I have discussed one of the most commonly asked data structures programming interview question, in which you are asked to detect the loop in give linked list, i.e, if some node's next point to the node that is already next of some other node, then there exist a loop.
Video contains the Algorithm of detecting loop algorithm and also implemented on c#.