Albin7326@suppo.fi to Programmer Humor@lemmy.ml · 2 years agoHow dare you ask this? Was it just to get into a programming memes page?suppo.fiimagemessage-square70fedilinkarrow-up1496arrow-down117file-text
arrow-up1479arrow-down1imageHow dare you ask this? Was it just to get into a programming memes page?suppo.fiAlbin7326@suppo.fi to Programmer Humor@lemmy.ml · 2 years agomessage-square70fedilinkfile-text
minus-squareCompassRed@discuss.tchncs.delinkfedilinkarrow-up14·2 years 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.