Search
⌘K

Leetcode 869. Reordered Power of 2

Determine whether any permutation of n's digits (not allowing a leading zero) can form a power of two. The core task is to check if n's digit multiset matches the digit multiset of any power of two within the input range.


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.