摘要: Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))... 阅读全文
posted @ 2015-12-28 14:46 叽哩咕噜哼哼哈哈 阅读(134) 评论(0) 推荐(0)
摘要: 题目:Given a string which contains only lowercase letters, remove duplicate letters so that every letter appear once and only once. You must make sure y... 阅读全文
posted @ 2015-12-28 07:32 叽哩咕噜哼哼哈哈 阅读(233) 评论(0) 推荐(0)