Sollicitatievraag bij Cognizant

1.What is Stack 2.What is queue.

Antwoorden op sollicitatievragen

Anoniem

22 mrt 2019

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

Anoniem

22 mrt 2019

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

1