Tags

Stack-Based Parsing

Stack-Based Parsing

0 lessons
3 problems

stack-based-parsing

Practice Problems

3 problems

Basic Calculator

Not Started
Hard

Implement a basic calculator to evaluate a string expression containing '+', '-', parentheses, and non-negative integers.

Stack
Stack-Based Parsing
Recursion
Advanced

644

17

Evaluate Reverse Polish Notation

Free
Not Started
Medium

Evaluate the value of an arithmetic expression given in Reverse Polish Notation (postfix), where operators follow their operands.

Stack
Stack-Based Parsing
Intermediate

865

19

Simplify Path

Not Started
Medium

Given an absolute Unix-style file path, simplify it by resolving '.', '..', and multiple slashes to produce the canonical path.

Stack
Stack-Based Parsing
Strings
Intermediate

660

19