Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 772. Basic Calculator III
Evaluate a string arithmetic expression containing integers, +, -, *, /, parentheses and unary signs, respecting operator precedence and parentheses. The challenge is to parse and compute the result (typically via recursive-descent parsing or stack-based evaluation) while handling multi-digit numbers and spaces.
Asked at:
Meta
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Early June, 2025
Meta
Staff
Early December, 2024
Junior
Hard question related to simplifying mathematical expression using stack and recursion
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.