Stack-Based Parsing
0 lessons
3 problems
stack-based-parsing
Practice Problems
3 problems
Basic Calculator
Not Started
Implement a basic calculator to evaluate a string expression containing '+', '-', parentheses, and non-negative integers.
Evaluate Reverse Polish Notation
Free
Not Started
Evaluate the value of an arithmetic expression given in Reverse Polish Notation (postfix), where operators follow their operands.
Simplify Path
Not Started
Given an absolute Unix-style file path, simplify it by resolving '.', '..', and multiple slashes to produce the canonical path.
