computing x! can be very costly and might often result in overflow. Is there a way to find out whether x! is divisible by y or not without computing x!?
Compute the prime factorization of x!
and y
. You can do this without computing x!
by factorizing every number from 2
to x
and collecting all of the factors together. If the factors of y
is a subset of the factors of x!
then it is divisible.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With