Merge Two Sorted Lists

Problem Description
Medium
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.
Tags:
Linked Lists Sorting
Constraints:
  • Time Limit: 1000 ms
  • Memory Limit: 128 MB
Code Editor