If there is an array of 101 numbers which consists of numbers from 1 to 100 with the number repeated, how do you find the repeated number in the minimum number of iterations (in C program)?
SupportExpert
If there is an array of 101 numbers which consists of numbers from 1 to 100 with the number repeated, how do you find the repeated number in the minimum number of iterations (in C program)?
Share