Pergunta de entrevista da empresa SCIS Air Security

What is the difference between a stack and a queue?

Resposta da entrevista

Sigiloso

15 de jan. de 2017

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