Skip to content

Commit d0be0dc

Browse files
refactor 625
1 parent e0e1c77 commit d0be0dc

File tree

1 file changed

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

1 file changed

+0
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,6 @@
33
import java.util.ArrayList;
44
import java.util.List;
55

6-
/**
7-
* 625. Minimum Factorization
8-
*
9-
* Given a positive integer a, find the smallest positive integer b whose multiplication of each digit equals to a.
10-
11-
If there is no answer or the answer is not fit in 32-bit signed integer, then return 0.
12-
13-
Example 1
14-
Input:
15-
48
16-
Output:
17-
68
18-
19-
Example 2
20-
Input:
21-
15
22-
Output:
23-
35
24-
*/
256
public class _625 {
267

278
public static class Solution1 {

0 commit comments

Comments
 (0)