摘要: We are given two arrays A and B of words. Each word is a string of lowercase letters. Now, say that word b is a subset of word a if every letter in b  阅读全文
posted @ 2019-07-20 15:47 fatttcat 阅读(148) 评论(0) 推荐(0)
摘要: Given a string S, we can transform every letter individually to be lowercase or uppercase to create another string. Return a list of all possible stri 阅读全文
posted @ 2019-07-20 12:13 fatttcat 阅读(127) 评论(0) 推荐(0)