Victim Logs

Two separate reports document the sequence of events. Merge them into one sorted log to piece together the timeline. Our admins will make sure you've done this correctly or else you'll pay some big concequences!

Enough said! Good Luck!

Example Case

Input: list1 = [1, 2], list2 = [3, 4]
Explanation: Merge the two lists into [1, 2, 3, 4].
Expected Output: [1, 2, 3, 4]


Case 1

Input: list1 = [19, 3, 5, 9, 7, 11, 13, 15, 17, 1], list2 = [2, 4, 6, 8, 10, 12, 14, 16, 18, 20]


Case 2

The file is too big! Download the two seperate datafiles. Here & Here

Submit Here