Detect Loop in a Linked List - Find out how to answer this question in a technical interview
Another similar question discussed here: Find Middle Element in a Linked List: https://www.youtube.com/watch?v=6OYIiT7VHPQ
Related Blog Post with pseudo code: https://coach4dev.com/index.php/2019/01/18/detect-loop-in-linked-list-interview-question/
GitHub Link for the actual code: https://github.com/coach4dev/DetectLoopLinkedList