摘要: Given two strings S and T, determine if they are both one edit distance apart. Solution 1: NOTE: this solution is too much for this question. We can s 阅读全文
posted @ 2016-08-29 14:23 LiBlog 阅读(109) 评论(0) 推荐(0)
摘要: Given a string s, return all the palindromic permutations (without duplicates) of it. Return an empty list if no palindromic permutation could be form 阅读全文
posted @ 2016-08-29 14:02 LiBlog 阅读(158) 评论(0) 推荐(0)