Round 1
Questions:
- Basic Calculator II
- Follow-up: Basic Calculator III
Candidate's Approach
I solved the first problem quickly but messed up the if statement, which took me 15 minutes to figure out my mistake. For the second question, I suggested using recursion with the first problem's function, but I think they were expecting a stack solution like in the editorial.
Interviewer's Feedback
No feedback provided.