Test Cases & Chat
Part 1
current
Test 1
input:n = 3
expect:["((()))","(()())","(())()","()(())","()()()"]
Test 2
input:n = 1
expect:["()"]
Test 3
input:n = 2
expect:["(())","()()"]
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:n = 3
expect:["((()))","(()())","(())()","()(())","()()()"]
Test 2
input:n = 1
expect:["()"]
Test 3
input:n = 2
expect:["(())","()()"]
Choose your coach
Pick a style and how you want to communicate
then