You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use nested loop to track numerator & denominator. Divide the 2 numbers as floats and convert result in string. If the string does not exist in our hashset (i.e. we haven't encountered this fraction before), add it to the hashset & create a string out of it to add to our result vector