Category: Uncategorized
-
166. Fraction to Recurring Decimal
Tag: Math Key Point: Note how to identify repeating number Solution:
-
164. Maximum Gap
https://leetcode.com/problems/maximum-gap/description/ Tag: Array/List Key Points: Solution: Iterate by the number instead of array index Solution: Pigeonhole Principle