LeetCode
Question
·
Apr 2020
·
Los Angeles
Uber phone interview question
3 upvotes
2,478 views
10 replies
Question Details
Let there be a simple language like this: expr ::= int | \'(\' op expr+ \')\' op ::= \'+\' | \'*\' The task is to write a function int evaluate(String expression) that evaluates...
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Strings