Question d’entretien chez Microsoft

Implement a queue in any language backed by an array. Explain how to test.

Réponse à la question d'entretien

Utilisateur anonyme

11 août 2015

Create a handful of references to keep track of where you need to be adding elements and removing elements. Be able to detect when the array needs to be resized.