LeetCode — Merge Two Sorted Lists
Problem statement
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.
Problem statement taken from: https://leetcode.com/problems/merge-two-sorted-lists
Example ...
alkesh26.hashnode.dev5 min read