Skip to content

Conversation

@simran2607
Copy link


Description 📜

Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
Example 1:
Input: n = 3
Output: ["((()))","(()())","(())()","()(())","()()()"]

Type of change 📝

  • ✅Code

Programming Language

  • ✅C++

Domain of Contribution 📊

  • ✅ Backtracking

@simran2607 simran2607 changed the title added cpp program to generate parenthesis added cpp program to generate parenthesis issue #482 Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant