Skip to content

Commit 535b05b

Browse files
refactor 231
1 parent cacc4aa commit 535b05b

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

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

3-
/**
4-
* 231. Power of Two
5-
*
6-
* Given an integer, write a function to determine if it is a power of two.
7-
*/
8-
93
public class _231 {
104
public static class Solution1 {
115
public boolean isPowerOfTwo(int n) {

0 commit comments

Comments
 (0)