Last week, my colleague approached me for a help on sorting a list of string. Let's assume the data will be: 1C 2A 10B 9Z 2D Let's break that into a string[] array using split and then you can choose to store in any collections for sorting. By default...