private static void runReorderList() { ListNode head = buildList(6); ReorderList.Solution(null); Console.WriteLine("Solution"); printList(head); }