Comment on Explain yourselves, comp sci.
Maybe they mean std::vector in C++?
It’s a terrible name. The math answer is what I would give.
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.
n
That makes sense.
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.
NorthWestWind@lemmy.world 6 months ago
It’s a terrible name. The math answer is what I would give.
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.
ulterno@lemmy.kde.social 6 months ago
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.