Question d’entretien chez InMobi

Given n sorted integer arrays, create a big sorted array

Réponse à la question d'entretien

Utilisateur anonyme

24 juin 2019

Started with a pointer for each array as simplest approach. Then with hint, got to solution with min heap

1