Day 12 of LeetCode Challenge
Problem 1: Merge 2 Sorted Lists
Link to the problem: https://leetcode.com/problems/merge-two-sorted-lists/description/
/**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode() {}
*...
tusharpant.hashnode.dev3 min read