"People sort strings with numbers differently than software. Most sorting algorithms compare ASCII
values, which produces an ordering that is inconsistent with human logic.
Here's how to fix it."
-- Dave Koelle Implementations:
|

