Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5aa2fd

Browse filesBrowse files
authored
Update Strobogrammatic Number.java
1 parent 41561e1 commit e5aa2fd
Copy full SHA for e5aa2fd

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Java/Strobogrammatic Number.java‎

Copy file name to clipboardExpand all lines: Java/Strobogrammatic Number.java
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.