Check if a linked list is circular
Determine if a given singly linked list is circular, where a circular list's final node points back to some other node in the list.