Evaluate arithmetic expression without using extra stack
Company: Meta
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates a candidate's ability to perform in-place arithmetic expression evaluation, focusing on string parsing, handling multi-digit numbers and whitespace, operator precedence, integer division semantics, and designing O(n) time with O(1) extra space solutions in the Coding & Algorithms domain.