Merge Nodes in Between Zeros
Leetcode 2181: Merge Nodes in Between Zeros
Leetcode 2181: Merge Nodes in Between Zeros
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.
Given the head of a singly linked list, reverse the list, and return the reversed list.