Meta | Phone | Remove Invalid Parentheses, variation of Basic Calculator

Interview for partner engineer intern.
Question 1: 1249. Minimum Remove to Make Valid Parentheses

Question 2: a variation of 224. Basic Calculator
no paratenthsis only + and *
e.g. "3 * 10 * 100 * 5 + 1 + 2 * 3"
evaluate this expression given as a string

Comments (2)