Basic Calculator IV at Intuit

Hard49.7% acceptance

This problem has 75.0% frequency at Intuit.

Problem Description

Given an expression such as `expression = "e + 8 - a + 5"` and an evaluation map such as `{"e": 1}` (given in terms of `evalvars = ["e"]` and `evalints = [1]`), return a list of tokens representing the simplified expression, such as `["-1*a","14"]` * An expression alternates chunks and symbols, w...

Read full problem and hints

Topics

Also asked at 2 companies


More Intuit Questions

View all Intuit questions