Number Sorter


Enter the set of numbers to be sorted in the input field of the Number Sorter and choose the order of number sorting (ascending or descending) and the separator type to be used in the output set of ordered numbers (comma or space). You can paste the input data copied from a spreadsheet or csv-file or enter manually using comma, space or enter as separators.


Input
Order: Ascending   Descending

Separator: Comma   Space

Output


Sorting numbers

Our online number sorter uses Quicksort sorting algorithm whose time complexity is O(n log n) in the average case, and O(n²) in the worst case, though this behavior is rare. Quicksort is generally considered to be the fastest sorting algorithm and has numerous applications.


Related calculators

Check out our other statistics calculators such as Percentile Rank Calculator or Pseudo Random Number Generator.