mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
Update solution 0141
This commit is contained in:
@ -30,12 +30,12 @@ func Test_Problem141(t *testing.T) {
|
||||
|
||||
{
|
||||
para141{[]int{3, 2, 0, -4}},
|
||||
ans141{true},
|
||||
ans141{false},
|
||||
},
|
||||
|
||||
{
|
||||
para141{[]int{1, 2}},
|
||||
ans141{true},
|
||||
ans141{false},
|
||||
},
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user