D
David Mark
Garrett said:Thomas said:On Apr 14, 6:29 pm, Thomas 'PointedEars' Lahn <[email protected]>
wrote: [...]
// Didn't want to use in operator and for in loop does not
preserve order
while (i--) {
That looks like reverse loop to populate an array followed by a call to
reverse(). He certainly goes to a lot of trouble slow things down.
You certainly go to a lot of trouble to do nothing.