Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 430 Bytes

Given a linked list, swap every two adjacent nodes and return its head. You must solve the problem without modifying the values in the list's nodes (i.e., only nodes themselves may be changed.)

File metadata and controls

13 lines (11 loc) · 430 Bytes