this post was submitted on 28 Apr 2024
514 points (100.0% liked)

Science Memes

15392 readers
1581 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 28 points 1 year ago (1 children)

Maybe they mean std::vector in C++?

[–] [email protected] 21 points 1 year ago (2 children)

It's a terrible name. The math answer is what I would give.

[–] [email protected] 4 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

That makes sense.

[–] [email protected] 3 points 1 year 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.