Question d’entretien chez Twin Health

Merge K sorted array list.

Réponse à la question d'entretien

Utilisateur anonyme

9 août 2022

I was able to solve it using minHeap priority queue with runtime : O(n*mlog(n * m)) and space : O(n*m) Expected time complexity was : O(N Log k)