Question d’entretien chez Basket Hunt

Explain Stack in Data Structures?

Réponse à la question d'entretien

Utilisateur anonyme

11 mai 2024

I've answered that Stack is a type of Data Structure that uses Last In First Out(LIFO) principle. The last inserted element will be accessed first. This type of data structure are used in Recursion Functions.