Stack
January 14, 2020 ยท View on GitHub
A stack is a linear data structure where items can only be added to the top and removed from the top. As such, accessing items uses Last In First Out (LIFO) order.
January 14, 2020 ยท View on GitHub
A stack is a linear data structure where items can only be added to the top and removed from the top. As such, accessing items uses Last In First Out (LIFO) order.