Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to merge two sorted singly linked lists, alternating nodes from each list, without using recursion.

Run the code to see the output here...