摘要: Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers in this range, inclusive. Example 1: Example 2: 阅读全文
posted @ 2019-10-20 04:13 Schwifty 阅读(110) 评论(0) 推荐(0)
摘要: Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assum 阅读全文
posted @ 2019-10-20 01:19 Schwifty 阅读(119) 评论(0) 推荐(0)