Basket Hunt Interview Question

Explain Stack in Data Structures?

Interview Answer

Anonymous

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