Skip to content

Commit 14b55e0

Browse files
refactor 788
1 parent 96a1ff0 commit 14b55e0

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
public class _788 {
77
public static class Solution1 {
8+
/**
9+
* My very original, but non-DP solution.
10+
*/
811
public int rotatedDigits(int N) {
912
int count = 0;
1013
Map<Character, String> map = new HashMap<>();

0 commit comments

Comments
 (0)