LeetCode Experience · Oct 2024 · Los Angeles

Uber Phone Screen | Basic Calculator (Variation)

SWE Phone Screen Easy
3 upvotes 698 views 7 replies

Interview Experience

This is a variation on the Basic Calculator where we essentially are thinking about parsing the input in a pre-order manner [sign, operand1, operand2] Suggested a recursive solution, was pressed to...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Recursion Stack Strings