On Sun, Dec 6, 2009 at 1:25 AM, Kamyar Navidan <[email protected]> wrote: > Thank you for your response. So in general [x1, x2, ... , xn-1] > gets precedence over [x1, x2, ... , xn-1, xn] where x1...xn-1 is identical. > Am I getting this right? >
Yep. Shorter array sorts first if it's a prefix of a longer one.
