143. Reorder List
Input: [1, 2, 3, 4, 5] → Output: [1, 5, 2, 4, 3]
← Prev
Next →
Step 1 / N