Equal Rational Numbers
Understand how to analyze and compare rational numbers represented as strings with integer, non-repeating, and repeating decimal parts. This lesson guides you in handling parentheses notation for repeating decimals and implementing a method to determine numeric equality between such representations.
We'll cover the following...
We'll cover the following...
Statement
Given two strings s and t, each representing a non negative rational number, return true if and only if they represent the same number. The ...