This website requires JavaScript.
Explore
Help
Register
Sign In
mhhung
/
coding-practice
Watch
1
Star
0
Fork
0
You've already forked coding-practice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5189c524efb805a5cfa9d6b7115185688ac79b45
coding-practice
/
problems
/
0166-fraction-to-recurring-decimal
/
test
/
edge_cases.md
MH Hung
5189c524ef
[
#0166
] feat(leetcode): init project
2025-09-24 09:35:00 +08:00
363 B
Raw
Blame
History
Unescape
Escape
邊界情況清單
(
166 Fraction To Recurring Decimal
)
需要測試的邊界
空輸入 / 單一元素
重複元素 / 全相同
極值(最小/最大)
含負數 / 0 / 大數
大資料量(接近上限)
額外案例
案例 1
輸入:
預期:
說明:
案例 2
輸入:
預期:
說明: