Topic: Linked List Problem / Level: advanced

Problem: Write a function to split a sorted singly linked list into two lists where one list contains even-positioned nodes and the other contains odd-positioned nodes.

Run the code to see the output here...