please give me some hint to solve count digits challenge,
actually i thought of using modulo operation on the integer N but N will vary from 0 to 1000000000 , so i cannot use modulo operator to find the no. of times the digit come in the integer number N ,
will you please give me any hint or share the solution so that i will get a idea solve the question