Added a couple more test cases

This commit is contained in:
Breno Baptista
2021-06-23 12:05:53 -03:00
parent 578c85e416
commit c5a9c0fc5c

View File

@ -35,6 +35,16 @@ func Test_Problem202(t *testing.T) {
para202{19},
ans202{true},
},
{
para202{2},
ans202{false},
},
{
para202{3},
ans202{false},
},
}
fmt.Printf("------------------------Leetcode Problem 202------------------------\n")