06 2017 档案
摘要:power of two http://www.cnblogs.com/-1307/p/6907811.html Add Digits https://leetcode.com/problems/add-digits/#/solutions 各位数相加 0 1 2 3 4 5 6 7 8 9 10
阅读全文
摘要:Details Basics At the heart of bit manipulation are the bit-wise operators & (and), | (or), ~ (not) and ^ (exclusive-or, xor) and shift operators a <<
阅读全文
摘要:Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right when one of
阅读全文
摘要:https://leetcode.com/problems/next-greater-element-i/#/description You are given two arrays (without duplicates) nums1 and nums2 where nums1’s element
阅读全文