Add solution 1437

This commit is contained in:
YDZ
2021-01-25 21:59:43 +08:00
parent a6ffd5258a
commit 096da771dc
31 changed files with 627 additions and 341 deletions

View File

@ -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")