Skip to content

Commit 515417a

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 49.47%)
1 parent 438743c commit 515417a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/C/Check if Number is a Sum of Powers of Three/Check if Number is a Sum of Powers of Three.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 49.47%)
12
class Solution {
23
public:
34
bool checkPowersOfThree(int n) {
@@ -8,4 +9,4 @@ class Solution {
89
}
910
return true;
1011
}
11-
};
12+
};

0 commit comments

Comments
 (0)