Question d’entretien chez Snap

Implement a special queue containing a linked list as its inner data structure.

Réponse à la question d'entretien

Utilisateur anonyme

10 mai 2022

Finish with O(1) Time Complexity, and O(n) Space Complexity in both get and pop.