Evaluate Division at Uber

Medium64.0% acceptance

This problem has 75.0% frequency at Uber.

Problem Description

You are given an array of variable pairs `equations` and an array of real numbers `values`, where `equations[i] = [Ai, Bi]` and `values[i]` represent the equation `Ai / Bi = values[i]`. Each `Ai` or `Bi` is a string that represents a single variable. You are also given some `queries`, where `querie...

Read full problem and hints

Topics

Also asked at 23 companies


More Uber Questions

View all Uber questions