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
262a934d8996c085e78dce92e8f11aba2d792b78
coding-practice
/
problems
/
3025-find-the-number-of-ways-to-place-people-i
/
test
/
edge_cases.md
MH Hung
262a934d89
[
#3025
] note(numberOfPairs): add Description and init C# project
2025-09-02 09:57:41 +08:00
376 B
Raw
Blame
History
邊界情況清單
需要測試的邊界情況
空輸入 (空陣列、空字串等)
單一元素
重複元素
最大值/最小值
負數情況
超大資料量
特殊字符 (如果是字串題目)
額外測試案例
案例 1:
輸入
:
輸出
:
說明
:
案例 2:
輸入
:
輸出
:
說明
: