####i know the simple recursion code, in which in each recursive call -
0. print if (opening == closing == n)
- add “(” if (opening brackets < n);
- add “)” if (opening brackets > closing)
###but why this code is not working - https://ide.codingblocks.com/s/188788