Equal Rational Numbers
Explore how to compare two strings representing rational numbers, including those with repeating decimal parts enclosed in parentheses. Learn to handle multiple formats and different valid representations to correctly identify equality of rational numbers.
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 ...