Y
Hacker News
new
|
ask
|
show
|
jobs
by
teo_zero
6 days ago
Writing to array[n] and not incrementing n means that the value just written is outside the "useful" range (from 0 to n-1) and will not be considered (it will be overwritten the next iteration).