Have you ever tried to sort a set of strings programmatically only to be confused by the output? This usually happens with strings that contain a mixed set of numbers and letters.
David Koelle wrote a solution for this problem in 1997 called the Alphanum Algoritm.
