Amount of zeros at the end of an array with recursions
Advertisements I want to count how many zeros are at the end of the array using recursions. But I’m having problems with an array with all of it’s elements equal to 0 because it’s giving me the wrong answer. I’ve tried putting the position in the range (0,v.length-1], putting one of the two conditions and… Read More Amount of zeros at the end of an array with recursions