Util/ Sort.js

Sort related objects

Copyright

2004-2006 Rob Rohan (robr.nosp@m.ohan@gmai.nosp@m.l.com)

Summary
Sort related objects
Quick sort object
Do a quick sort on an array.
the current version

QuickSort

Quick sort object

Namespace

Sortie.Util

Summary
Do a quick sort on an array.
the current version

Functions

QuickSort.Sort

Do a quick sort on an array.  Note this operates on the array directly.  Example usage

mysort.Sort(arry, 0, (arry.length-1) );

Parameters

arrythe array to sort
leftthe left lower limit (call with 0 for whole array)
rightthe right upper limit (call with array.length for whole array)

Variables

Sortie. Util. Sort. VERSION

the current version