Pergunta de entrevista da empresa Cognizant

1.What is Stack 2.What is queue.

Respostas da entrevista

Sigiloso

22 de mar. de 2019

Stack is a data structure algoirthm stores the data in LIFO format. (Last Input First Output) 😊

Sigiloso

22 de mar. de 2019

Queue is a linear data structure tha stores the data in FIFO format. (First Input First Output).

1