你的位置:首页 > 软件开发 > Java > Lintcode: O Check Power of 2

Lintcode: O Check Power of 2

发布时间:2015-04-02 06:00:31
Using O(1) time to check whether an integer n is a power of 2.ExampleFor n=4, return trueFor n=5, return falseChallengeO(1) timeTags Expand ...
Using O(1) time to check whether an integer n is a power of 2.ExampleFor n=4, return trueFor n=5, return falseChallengeO(1) timeTags Expand 

原标题:Lintcode: O Check Power of 2

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录