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 cacc4aa commit 535b05bCopy full SHA for 535b05b
src/main/java/com/fishercoder/solutions/_231.java
@@ -1,11 +1,5 @@
1
package com.fishercoder.solutions;
2
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
-
9
public class _231 {
10
public static class Solution1 {
11
public boolean isPowerOfTwo(int n) {
0 commit comments