Are you sure you're getting this? Click the correct answer from the options.
Which of the following is the correct algorithm to merge two sorted linked lists?
A. Create a new list and insert elements from both lists in sorted order B. Traverse one list and insert elements from the other list at the appropriate positions C. Create a new list and append elements from both lists D. Merge the two lists by inserting elements at the end of the first list