This is a tool to rank a list of items. To enter the items you would like to rank, either enter them in one by one, or paste the values separated by a comma. Enter in END to begin ranking. Click the button below the option you like the best. When it is finished, you can export your ranking by clicking 'see inside', right clicking the list, and selecting export.
Original coding Uses merge sort Worst case scenario should only be n*log2(n) comparisons, n being the number of elements to sort.