Swap Nodes in Pairs at Microsoft
Medium68.9% acceptance
This problem has 50.0% frequency at Microsoft.
Problem Description
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.)
Read full problem and hintsTopics
Also asked at 15 companies
More Microsoft Questions
LRU CacheMediumAdd Two NumbersMediumMerge Two Sorted ListsEasyMerge k Sorted ListsHardReverse Nodes in k-GroupHard
View all Microsoft questions