DIY: Basic Calculator II
Solve the interview question "Basic Calculator II" in this lesson.
We'll cover the following...
Problem statement
In this challenge, you are given a string, st
, which contains an expression. You’ll evaluate this expression and return its value. Keep the following statements in mind while solving the problem:
- The integer division should be rounded off to the nearest smallest integer.
- The given expression is always valid, giving the intermediate result in the range of
Access this course and 1400+ top-rated courses and projects.