Topic: Linked List Problem / Level: intermediate

Problem: How do you split a singly linked list into two separate linked lists based on even and odd indexed nodes?

Run the code to see the output here...