#stack
Read more stories on Hashnode
Articles with this tag
Concept Definition A stack is a linear data structure that stores items in a Last-In/First-Out (LIFO) manner. A stack is typically implemented using...