Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a singly linked list into two linked lists, one with odd values and one with even values.

Run the code to see the output here...