DIY: Evaluate Division

Solve the interview question "Evaluate Division" in this lesson.

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 = values[i]. Each ...