Skip to content

Generate Parentheses#27

Open
rossy0213 wants to merge 1 commit intomainfrom
arai60-53
Open

Generate Parentheses#27
rossy0213 wants to merge 1 commit intomainfrom
arai60-53

Conversation

@rossy0213
Copy link
Copy Markdown
Owner

// Time complexity: O(2**(N*2))
// Space complexity: O(n) stack memory for backtack
// Time spend: XX(Found the answer after checking Solutions tab)
class Solution {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これはこれでひとつと思います。他に分け方が色々あると思うので、これもレビューワーが説明してくれるでしょう。

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.

2 participants