Solution: Reorder List
Let's solve the Reorder List problem using the In-Place Manipulation of a Linked List pattern.
Statement
Given the head of a singly linked list, reorder the list as if it were folded on itself. For example, if the list is represented as follows:
→ → → … → → ...