Tool to sort a list. Sorting allow organizing a list of items, names with a relation order. Most common orders are numeric orders or alphabetic order.
Sort List Items - dCode
Tag(s) : Data Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Sorting/Ordering can be done alphabetically, reverse alphabetically, by length (size of the element), numerical value (from greatest/lowest/least), ascending or descending order. dCode also offers a totally random sorting (also see random selection tool).
For the classifications of words or proper names, dCode can manage accents and diacritics, sort words in uppercase or lowercase, etc.
Example: ABCD,BAC,CAB,BA,CB can be sorted alphabetically ABCD,BA,BAC,CAB,CB or by length BA,CB,BAC,CAB,ABCD.
Items that should be sorted can be displayed one per line, or word by word.
Sorting is made according to the position of the number over the axis of real numbers.
Example: 1,2,-3,0 can be sorted numerically -3,0,1,2 (from the smallest to the biggest)
dCode can handle integers, decimals or negative numbers.
dCode retains ownership of the "Sort List Items" source code. Except explicit open source licence (indicated Creative Commons / free), the "Sort List Items" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or the "Sort List Items" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Sort List Items" are not public, same for offline use on PC, tablet, iPhone or Android !
The copy-paste of the page "Sort List Items" or any of its results, is allowed as long as you cite the online source
Reminder : dCode is free to use.