LeetCode Question · Jun 2019

Facebook | Phone screen | Merge K Sorted Arrays

SWE Phone Screen Easy
823 views 1 reply

Question Details

Given k sorted integer arrays, merge them into one sorted array. Example 1: Input: [[1, 3, 5, 7], [2, 4, 6], [0, 8, 9, 10, 11]] Output: [0, 1, 2, 3, 4, 5,...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Arrays Sorting Heap