Hello ,
I need to calculate the maximum length of identical numbers
for example : 0,0,0,0,0,1,0,1,1,0,0 and search for the sequence of 0, the result should be 7 in this case
Anyone have any ideas how this could be accomplished?
↧