I am trying to return the first node that contains the item which has a maximum value. Here is my code,
struct ListNode* CreateNode(int item) { struct ListNod