Question d’entretien chez Microsoft

Implement a queue using a circular data structure. Provide put and get functions. Also talked about how to provide thread safety.

Réponse à la question d'entretien

Utilisateur anonyme

4 janv. 2013

Used linked list with head and tail pointers.