摘要: Given 3 positives numbers a, b and c. Return the minimum flips required in some bits of a and b to make ( a OR b == c ). (bitwise OR operation).Flip o 阅读全文
posted @ 2020-01-13 15:47 琴影 阅读(370) 评论(0) 推荐(0) 编辑
摘要: Given an integer n. No-Zero integer is a positive integer which doesn't contain any 0 in its decimal representation. Return a list of two integers [A, 阅读全文
posted @ 2020-01-13 11:03 琴影 阅读(376) 评论(0) 推荐(0) 编辑
摘要: You have a set of tiles, where each tile has one letter tiles[i]printed on it. Return the number of possible non-empty sequences of letters you can ma 阅读全文
posted @ 2020-01-13 10:23 琴影 阅读(262) 评论(0) 推荐(0) 编辑