- We can solve this problem using recursive approach. - We can maintain the count of open and close brackets. - For each recursive call, we can add an open bracket if the count of open brackets is ...