Topic: Linked List Problem / Level: beginner

Problem: How do you rearrange a linked list so that all even nodes appear before odd nodes?

Run the code to see the output here...