LeetCode 166: Fraction to Recurring Decimal - From Intuitive to Optimized (Java, Med)
Topics: Hash Table, Math, String
Problem Overview
The "Fraction to Recurring Decimal" problem asks us to convert a fraction (given as numerator and denominator) into its string representation. The key challenge is detecting and properly formatting r...
huanganni.hashnode.dev5 min read