摘要: We are given a list nums of integers representing a list compressed with run-length encoding. Consider each adjacent pair of elements [a, b] = [nums[2 阅读全文
posted @ 2020-01-14 13:58 Schwifty 阅读(286) 评论(0) 推荐(0)
摘要: 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-14 09:25 Schwifty 阅读(146) 评论(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-14 07:15 Schwifty 阅读(224) 评论(0) 推荐(0)