Isn't this causing an array overflow ? When temp == cj->count the second argument is evaluated and sort_j[] is accessed beyond its range. Or is this not happening because I missed some other bit of the logic ?
Isn't this causing an array overflow ? When `temp == cj->count` the second argument is evaluated and `sort_j[]` is accessed beyond its range. Or is this not happening because I missed some other bit of the logic ?