Phone Screen Interview Calculator Question - How to solve it? Hulu
Anonymous User
593
# Input: "4 + 3 * 5", Output = [35, 19], n = 5

# Input: "8 / 2 - 4 , Output = [-4, 0], n = 5

Given an input of equations form all possible answers with disregard to the order of operations. There are at most n operations.

Comments (1)