MediumMath & Geometry
Fraction to Recurring Decimal
Convert fraction to decimal
Solution Approach
Hash map tracking
Complexity Analysis
Time Complexity
O(d)Space Complexity
O(d)Complexity
Time:O(d)
Space:O(d)
Asked at
GoogleAmazon
Convert fraction to decimal
Hash map tracking
Time Complexity
O(d)Space Complexity
O(d)