AndyWang′s Blog
About
Archive
Category
Tags
Home
About
Archive
Category
Tags
Archive
Categories
LeetCode
LeetCode
1 posts in this category
Leetcode 326. Power of Three
2025年7月20日
LeetCode
Leetcode
/
Algorithm
+1
Leetcode
/
Algorithm
/
Data-Structure
Power of Three,主要想記錄看到一個很有趣的解法,這題非常簡單,就是找到3的冪次方,回傳 true,要挑戰的就是不要用迴圈來完成。
1 min read
|
197 words