摘要: leetcode上关于permutation有如下几题Permutation SequenceNext PermutationPermutationsPermutations II 阅读全文
posted @ 2013-09-07 22:46 feiling 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Give a string, which only contains a-z. List all the permutation of upcase and lowcase.For example, str = "ab", the output should be"ab", "aB", "Ab", "AB"for str = "abc", the output should be"abc", "abC", "aBc" 阅读全文
posted @ 2013-09-07 16:28 feiling 阅读(391) 评论(0) 推荐(0) 编辑