The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
51 views

Finding a '1' cell with a '0' to its right in a binary array

Given an array of size n that holds ones and zeros I need to find an index of a 1 cell that has 0 to his right (in then next ...