I have a programming problem I'm unsure how to solve.
I have two arrays and a function. The function works on array1 on a given range. Array2 contains ranges in array1 that are forbidden to be worked on.
@ceo_of_monoeye_dating I'm working in C.
The array structure is meaningful so I can't touch either of the arrays.