[#3227] feat(leetcode): add c# and golang solution
This commit is contained in:
20
problems/3227-vowels-game-in-a-string/test/edge_cases.md
Normal file
20
problems/3227-vowels-game-in-a-string/test/edge_cases.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 邊界情況清單(3227 Vowels Game In A String)
|
||||
|
||||
## 需要測試的邊界
|
||||
- [ ] 空輸入 / 單一元素
|
||||
- [ ] 重複元素 / 全相同
|
||||
- [ ] 極值(最小/最大)
|
||||
- [ ] 含負數 / 0 / 大數
|
||||
- [ ] 大資料量(接近上限)
|
||||
|
||||
## 額外案例
|
||||
### 案例 1
|
||||
- 輸入:
|
||||
- 預期:
|
||||
- 說明:
|
||||
|
||||
### 案例 2
|
||||
- 輸入:
|
||||
- 預期:
|
||||
- 說明:
|
||||
|
Reference in New Issue
Block a user