DIY: Evaluate Division
Explore how to handle division queries between variables by implementing the evaluate function. Understand how to process equations and values to find answers for given queries, applying problem-solving skills relevant to Uber's coding challenges.
We'll cover the following...
We'll cover the following...
Problem statement
You are given equations, an array of variable pairs, and values, an array of real numbers. equations[i] = [Ai, Bi] and values[i] represent the equation Ai / Bi = ...