Here is the original code that I used:
void split(Node*& in, Node*& odds, Node*& evens) { /* Add code here */ if (!in) { odds = N