Pregunta de entrevista de UBS

what is a stack ?

Respuestas de entrevistas

Anónimo

10 de oct de 2018

It is a data structure that is traversed but poping and pushing.

Anónimo

22 de ago de 2020

Stack is a datastructure which works on LIFO (last in first out ) manner It supports operations those are:- 1.push 2.pop 3.peek