Reorder List
Try to solve the Reorder List problem.
We'll cover the following...
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:
→ → ...