LeetCode231——2的冪

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/power-of-two/description/ 題目描述: 知識點:位運算 思路一:每次除2判斷其對2取餘的值 時間複雜度是O(logn)。空間複雜度是O(1)。 JAVA代碼: public class Solut
相關文章
相關標籤/搜索