Skip to content

Commit 5390fca

Browse files
refactor 326
1 parent 2032749 commit 5390fca

File tree

1 file changed

+0
-9
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-9
lines changed

src/main/java/com/fishercoder/solutions/_326.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
package com.fishercoder.solutions;
22

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-
123
public class _326 {
134
public static class Solution1 {
145
//regular method that has a loop

0 commit comments

Comments
 (0)