SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

Generate Parentheses #491

Closed itsooof closed 2 years ago

itsooof commented 2 years ago

Enter your question -

Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.

Enter link to the question(if question belongs to any online platform) -

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

Tags for the question(eg - Array, Basic, Stack, etc.) -

String, DP, Backtracking

itsooof commented 2 years ago

Please assign this issue to me @SarthakKeshari

SarthakKeshari commented 2 years ago

@itsooof, Kindly add your solution to "leetcode" folder. Deadline - 18/10/2021