Help with error

code: https://ide.codingblocks.com/s/429479

what is the reason for this error

prob: https://leetcode.com/problems/generate-parentheses/

Hello @raghav007 check this:


you were mixing the string and the charactrer array operations.

this solution won’t be accepted on leetcode because we have to store the answers in a vector, that is why I was using a vector

@raghav007 check now:

Why is string not being inserted in into the vector but char array is

because you have involved indexing in string.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.