摘要: Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. Example 1: Input: n = 3 Output: ["((()))","(() 阅读全文
posted @ 2015-04-21 13:47 Grandyang 阅读(38660) 评论(10) 推荐(0) 编辑
Fork me on GitHub