Hacker News new | ask | show | jobs
by jakebol 2157 days ago
Just to note that language "duplicates in sparse arrays" doesn't make sense, if you allow for duplicates it is no longer an array by definition.
1 comments

Arrays (vectors) can have duplicates - don’t you mean a set?
I think the duplicates are in the coordinate dimension, like x[1] having more than one value, rather than x[1] and x[2] have the same value.