What is Stack? Important Data Structure
A stack is a particular kind of abstract data type or collection that is used in computer science. Elements are added to and removed from a stack using a principle known as "LIFO" (Last In, First Out), meaning that the most recently added elements ar...
diwakarkashyap.hashnode.dev2 min read