Topic: Linked List Problem / Level: beginner

Problem: Write a function to reverse a linked list in groups of alternating sizes.

Run the code to see the output here...