[LeetCode] Minimum Factorization

1 · · Feb. 20, 2021, 4:16 a.m.
625. Minimum Factorization Given a positive integer a, find the smallest positive integer b whose multiplication of each digit equals to a. If there is no answer or the answer is not fit in 32-bit signed integer, then return 0. ...