We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa341 commit 4d35ae2Copy full SHA for 4d35ae2
problems/min-stack/min_stack_test.go
@@ -10,7 +10,7 @@ type caseType struct {
10
expected []int
11
}
12
13
-func TestConstructor(t *testing.T) {
+func TestMinStack(t *testing.T) {
14
tests := [...]caseType{
15
{
16
input: []int{-2, 0, -3},
0 commit comments