employer cover photo
employer logo
employer logo

Information Management Services

Est-ce votre entreprise ?

Question d’entretien chez Information Management Services

What is a stack? How is it different from a queue?

Réponse à la question d'entretien

Utilisateur anonyme

22 juil. 2016

Stack is a abstract data type that works with collections. Kind of like with arrays. It uses the LIFO (last in first out) method for its contained objects as opposed to the FIFO (first in first out) method as with the queue.