Albin7326@suppo.fi to Programmer Humor@lemmy.ml · 1 year agoHow dare you ask this? Was it just to get into a programming memes page?suppo.fiimagemessage-square48fedilinkarrow-up1356arrow-down111file-text
arrow-up1345arrow-down1imageHow dare you ask this? Was it just to get into a programming memes page?suppo.fiAlbin7326@suppo.fi to Programmer Humor@lemmy.ml · 1 year agomessage-square48fedilinkfile-text
minus-squareCompassRed@discuss.tchncs.delinkfedilinkarrow-up14·1 year agoIt depends. If the variable names are arbitrary, then a map is best. If the variable names are just x_1, x_2, x_3, …, x_n, then a list or dynamic array would be more natural. If n is constant, then a vector or static array is even better.
It depends. If the variable names are arbitrary, then a map is best. If the variable names are just x_1, x_2, x_3, …, x_n, then a list or dynamic array would be more natural. If n is constant, then a vector or static array is even better.