摘要: Given an integer, write a function to determine if it is a power of two. 我的解决方式: 好久不刷了,没感觉,这个解决方式比较差,下面有一个比较好的解决办法: public class Solution { public boo 阅读全文
posted @ 2016-02-02 21:34 木易·月 阅读(215) 评论(0) 推荐(0)