Search
⌘K

Leetcode 625. Minimum Factorization

Given an integer target, find the smallest positive integer whose digits multiply to that target (return 0 if impossible). The challenge is to factor the target into digit factors 2–9 and choose a factorization and digit order that produce the minimal numeric value.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.