mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 08:27:30 +08:00
Added a couple more test cases
This commit is contained in:
@ -35,6 +35,16 @@ func Test_Problem202(t *testing.T) {
|
||||
para202{19},
|
||||
ans202{true},
|
||||
},
|
||||
|
||||
{
|
||||
para202{2},
|
||||
ans202{false},
|
||||
},
|
||||
|
||||
{
|
||||
para202{3},
|
||||
ans202{false},
|
||||
},
|
||||
}
|
||||
|
||||
fmt.Printf("------------------------Leetcode Problem 202------------------------\n")
|
||||
|
Reference in New Issue
Block a user