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.
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.