A
agarwaldvk
Hi Dave
I am just going through the Radix sort algorithm and I am bit stumpe
here!
Could you please the following couple of points before I go ahead wit
my attempts to understand how the thing works :-
1. Is this on the assumption that the option base for arrays is to b
set to 1.
2. Are the LO and HI variables the indices for the first and las
strings to sort. In other words are these supposed to be 1 and th
count of the strings to sort.
3. What is the idea of setting LS, RS and DS arrays from 1 to 500? I
there any specific reason to set them from 1 to 500? Further, are thes
always supposed to be between 1 and 500 or are these supposed to be fro
1 to the count of strings to be sorted?
You got to be a genius. Gee, this code looks so small but boy is i
complicated or maybe I am probably not good enough???
One last thing, is the colon (2 vertical dots - couldn't show it her
since it converts to the smiley symbol) a valid statement delimiter i
VBA code?
Best regards
Deepak Agarwa
I am just going through the Radix sort algorithm and I am bit stumpe
here!
Could you please the following couple of points before I go ahead wit
my attempts to understand how the thing works :-
1. Is this on the assumption that the option base for arrays is to b
set to 1.
2. Are the LO and HI variables the indices for the first and las
strings to sort. In other words are these supposed to be 1 and th
count of the strings to sort.
3. What is the idea of setting LS, RS and DS arrays from 1 to 500? I
there any specific reason to set them from 1 to 500? Further, are thes
always supposed to be between 1 and 500 or are these supposed to be fro
1 to the count of strings to be sorted?
You got to be a genius. Gee, this code looks so small but boy is i
complicated or maybe I am probably not good enough???
One last thing, is the colon (2 vertical dots - couldn't show it her
since it converts to the smiley symbol) a valid statement delimiter i
VBA code?
Best regards
Deepak Agarwa