You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given two sorted linked lists, merge two sorted linked lists and return it as a sorted list. The list should be made by splicing together the nodes of the first two lists.