Original Doubly Linked List.
original DDL List .. 1<->2<->3<->4<->5.
Reorder the list to 1<->5<->2<->4<->3 (or so