Skip to content

Commit e5aa2fd

Browse files
authored
Update Strobogrammatic Number.java
1 parent 41561e1 commit e5aa2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java/Strobogrammatic Number.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
E
22
1533542248
3-
tags: Hash Table, Math
3+
tags: Hash Table, Math, Enumeration
44

55
根据题意枚举, 再根据规则basic implementation
66

@@ -123,4 +123,4 @@ public boolean isStrobogrammatic(String num) {
123123
return true;
124124
}
125125
}
126-
```
126+
```

0 commit comments

Comments
 (0)