Topic: Linked List Problem / Level: beginner

Problem: How do you rearrange the nodes of a linked list so that they are in alternating ascending and descending order?

Run the code to see the output here...