On Thu, Dec 28, 2023 at 7:58 PM Ranier Vilela <ranier(dot)vf(at)gmail(dot)com> wrote:
> I think it would be more productive to initialize the entire array with -1, and avoid flagging, one by one, the items that should be -1.
This just moves an operation from one place to the other, while
obliterating the explanatory comment, so I don't see an advantage.