I myself was confused, when I first saw what a vector did in practice.
Really bad name.
But then I didn’t take Comp Sci.
Comment on Explain yourselves, comp sci.
NorthWestWind@lemmy.world 6 months agoIt’s a terrible name. The math answer is what I would give.
I myself was confused, when I first saw what a vector did in practice.
Really bad name.
But then I didn’t take Comp Sci.
expr@programming.dev 6 months ago
It’s not a terrible name, since it’s derived from the mathematical construct of vectors as
n
-tuples. In the case of vectors in programming,n
relates to the size of the underlying array, and the tuple consists of the elements of the vector.NorthWestWind@lemmy.world 6 months ago
That makes sense.