Write a function
ListNode *ListConcat(ListNode *list1, ListNode *list2)
That concatenates the items in list2 to the end of list1 and returns the resulting list.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.