Module: quicksortjs

Author:
  • Risto Stevcev
Source:

Methods

(static) sort(array) → {Array}

Parameters:
Name Type Description
array Array An array to sort
Source:
Returns:
The sorted array
Type
Array

(static) sort2(array) → {Array}

Parameters:
Name Type Description
array Array An array to sort
Source:
Returns:
The sorted array
Type
Array