logoalt Hacker News

teo_zerotoday at 6:22 AM0 repliesview on HN

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).