mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
Add solution 1437
This commit is contained in:
@ -52,6 +52,11 @@ func Test_Problem220(t *testing.T) {
|
||||
para220{[]int{1, 5, 9, 1, 5, 9}, 2, 3},
|
||||
ans220{false},
|
||||
},
|
||||
|
||||
{
|
||||
para220{[]int{1, 2, 1, 1}, 1, 0},
|
||||
ans220{true},
|
||||
},
|
||||
}
|
||||
|
||||
fmt.Printf("------------------------Leetcode Problem 220------------------------\n")
|
||||
|
Reference in New Issue
Block a user