Believe it or not; I'm going to step in the world of multi-dimensional arrays for the first time. I wrote a program that captures two pieces of data from a website every 5 minutes. This is done five times a week. My question is how the dimensions should be listed; least number of possibilities to most number of possibilities, the reverse of that, it doesn't matter, it depends on how the array is used, or some other method?
The 5 minute interval is always a constant 120 (10 hours), to that one would always be dimensioned to a max of 120. Since there are only two possibilities for each data capture, the maximum there would be 2. But since this data is captured five days a week, that one would grow to be the largest.
Any thoughts or opinions? Thanks, Mike