Combine two linked lists.
Linked list at the front.
Linked list at the back.
A new linked list with the two provided lists concatenated.
Combine two linked lists.