Skip to content

Commit 20c60fc

Browse files
aQuaaQua
aQua
authored and
aQua
committed
finish Problem 20
1 parent d432f32 commit 20c60fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Algorithms/0020.valid-parentheses/valid-parentheses_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ func Test_Problem0020(t *testing.T) {
4545
para{"(){[({[]})]}"},
4646
ans{true},
4747
},
48-
question{
49-
para{"()"},
50-
ans{true},
51-
},
5248
question{
5349
para{"((([[[{{{"},
5450
ans{false},

0 commit comments

Comments
 (0)