Skip to main content

2 docs tagged with "Stack"

View all tags

Evaluate Reverse Polish Notation

Given an array of strings representing an arithmetic expression in Reverse Polish Notation (RPN), evaluate the expression and return the…

Valid Parentheses

Given a string containing only parentheses, determine if the brackets are correctly matched and ordered.