8000
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 47240cd commit 09c3a7aCopy full SHA for 09c3a7a
src/main/java/com/fishercoder/solutions/_246.java
@@ -5,14 +5,6 @@
5
import java.util.Map;
6
import java.util.Set;
7
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
-
16
public class _246 {
17
18
public static class Solution1 {
0 commit comments