We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2032749 commit 5390fcaCopy full SHA for 5390fca
src/main/java/com/fishercoder/solutions/_326.java
@@ -1,14 +1,5 @@
1
package com.fishercoder.solutions;
2
3
-/**
4
- * 326. Power of Three
5
- *
6
- * Given an integer, write a function to determine if it is a power of three.
7
8
- * Follow up:
9
- * Could you do it without using any loop / recursion?
10
-*/
11
-
12
public class _326 {
13
public static class Solution1 {
14
//regular method that has a loop
0 commit comments