A linear data structure that follows the LIFO (Last In First Out) principle. Choose an algorithm below to launch its interactive simulation workstation.
Showing 12 of 12 algorithms
Convert infix expression to postfix using Shunting-Yard algorithm.
Find the first greater element to the right using a monotonic stack.
Evaluate arithmetic postfix expression using an operand stack.