Question d’entretien chez Microsoft

You have a sorted array A length m and a sorted array B length n. Insert array elements in order into an array C with length m+n.

Réponse à la question d'entretien

Utilisateur anonyme

14 déc. 2015

Merge part of merge sort?