Topic: Linked List Problem / Level: beginner

Problem: How do you create a linked list by combining elements from two linked lists alternately?

Run the code to see the output here...