摘要: Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. Input: n = 3Output: ["((()))","(()())","(())() 阅读全文
posted @ 2020-12-06 11:54 diameter 阅读(105) 评论(0) 推荐(0)