We develop high-performance Web sites and Facebook applications. Our core values are rooted in simple design, clean code and standards-compliant html.


-->

Tag Archives: algorithms

The Alphanum Algorithm

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.