mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 01:15:57 +08:00
Add test case
This commit is contained in:
@ -29,6 +29,11 @@ func Test_Problem19(t *testing.T) {
|
||||
|
||||
qs := []question19{
|
||||
|
||||
{
|
||||
para19{[]int{1}, 3},
|
||||
ans19{[]int{2}},
|
||||
},
|
||||
|
||||
{
|
||||
para19{[]int{1, 2}, 2},
|
||||
ans19{[]int{2}},
|
||||
|
Reference in New Issue
Block a user