Frage im Vorstellungsgespräch bei Cognizant

1.What is Stack 2.What is queue.

Antworten zu Vorstellungsgespräch

Anonym

22. März 2019

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

Anonym

22. März 2019

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

1