Basket Hunt interview question

Explain Stack in Data Structures?

Interview Answer

Anonymous

11 May 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.