Leetcode 문제 이번에 풀어볼 문제는 리트코드 21번 문제 Merge two sorted lists 다. 우선 문제를 살펴보자. 리트코드 21번 문제 Merge two sorted lists 링크 Merge Two Sorted Lists - LeetCode Merge Two Sorted Lists - LeetCode Can you solve this real interview question? Merge Two Sorted Lists - You are given the heads of two sorted linked lists list1 and list2. Merge the two lists into one sorted list. The list should be made by splicing to..