Question d’entretien chez UBS

what is a stack ?

Réponses aux questions d'entretien

Utilisateur anonyme

10 oct. 2018

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

Utilisateur anonyme

22 août 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