Merge Two Sorted Lists You are given the heads of two sorted linked lists list1 and list2 . Merge the two lists into one sorted list. Both lists are sorted in non-decreasing order.

Source: [Dev.to](https://dev.to/secondlastsleep/merge-two-link-lists-leetcode-practice-6-3870)

Sponsored