Pregunta de entrevista de SCIS Air Security

What is the difference between a stack and a queue?

Respuesta de la entrevista

Anónimo

15 ene 2017

Stack is a collection of objects that works in LIFO (Last in First out) mechanism while Queue is FIFO (First in First out).