Hi All, Given a binary list of any length
e.g:test:00001111000111001101000b Is there some way to iterate through
this with 2 values - e.g input:3 , output:2 So that every time the input
is 1 at least 3 times in a row (input param) , we let the result...