Create a function that takes two sorted linked lists and merges them into a single sorted linked list.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/11447782-kotlin-whiteboard/lessons/9
Create a function that takes two sorted linked lists and merges them into a single sorted linked list.