876. Middle of the Linked List
Easy
Last updated
Was this helpful?
Easy
Last updated
Was this helpful?
Given a non-empty, singly linked list with head node head, return a middle node of linked list. If there are two middle nodes, return the second middle node. Note: The number of nodes in the given list will be between 1 and 100.