number-array-sorter
v1.1.0
Published
Sorts an array of numbers based on value.
Readme
Number array sorter
Number array sorter is a simple number array sorter. It has an algorithim of n + n-1 + n-2 + n-3...... This will go on until n-x = 0. N is the length of the array. To use this package use the sortArray function with 1 parameter of the array you want to sort. This returns the sorted array.
