A simple stack visualizer to help you understand how stacks work.
Stack: A data structure that follows the LIFO (Last In, First Out) principle. This means the last item added is the first one to be removed.