-
Number of 0's trailing the decimal representation of factorial of a number
Problem is to find the number of 0's that trail the decimal representation of factorial of a number.Obviously it is not possible to find the factorial and count the 0's as this doesn work in case of big numbers...
