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
| 165|[Compare Version Numbers](https://github.com/interviewcoder/leetcode/blob/master/src/_165_CompareVersionNumbers/Solution.java)| Easy|`String`||
203
-
| 166| Fraction to Recurring Decimal| Medium|`Hash Table``Math`||
203
+
| 166|[Fraction to Recurring Decimal](https://github.com/interviewcoder/leetcode/blob/master/src/_166_FractionToRecurringDecimal/Solution.java)| Medium|`Hash Table``Math`||
204
204
| 168|[Excel Sheet Column Title](https://github.com/interviewcoder/leetcode/blob/master/src/_168_ExcelSheetColumnTitle/Solution.java)| Easy|`Math`| convert decimal to other BASE system|
205
205
| 169| Majority Element| Easy|`Divide and Conquer``Array``Bit Manipulation`||
206
206
| 171|[Excel Sheet Column Number](https://github.com/interviewcoder/leetcode/blob/master/src/_171_ExcelSheetColumnNumber/Solution.java)| Easy|`Math`| convert other BASE system to decimal system|