Skip to content

Commit 09c3a7a

Browse files
refactor 246
1 parent 47240cd commit 09c3a7a

File tree

1 file changed

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

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
import java.util.Map;
66
import java.util.Set;
77

8-
/**
9-
* 246. Strobogrammatic Number
10-
*
11-
* A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).
12-
* Write a function to determine if a number is strobogrammatic. The number is represented as a string.
13-
* For example, the numbers "69", "88", and "818" are all strobogrammatic.
14-
*/
15-
168
public class _246 {
179

1810
public static class Solution1 {

0 commit comments

Comments
 (0)