Y
Hacker News
new
|
ask
|
show
|
jobs
by
valtron
4572 days ago
Also works for sorting strings in alphabetical order.
2 comments
gamegoblin
4572 days ago
Strings are merely numbers of a higher base (YMMV with Unicode craziness)
link
chmike
4571 days ago
This is ot so obvious because strings are of varying length. I mean not as efficient asfr sorting integer numbers. With uniode things get even more complicate.
link