Zickty



icon

Number Sort Online Tool

A tool for sorting a list of numbers.






Overview

Sort a list of numbers in numeric order. Each number should be separated by a newline. A list of strings when sorted by alphabetical order will contain numbers sorted contrary to numeric order. Alphabetical order evaluates strings by comparing characters in the same position. This results in numbers being incorrectly sorted, for example the number "2" is bigger than the number "10" in alphabetical order because the first character "2" is compared to the first character "1" in "10".