Leetcode 21 || Merge Two Sorted Lists
Problem
Link: https://leetcode.com/problems/merge-two-sorted-lists/
In this problem, two input LinkedLists are given which are sorted already. We have to merge these two lists so that the output LinkedList is also sorted.
Solution
To solve this probl...
uh.hashnode.dev2 min read