You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is "lexicographic order", instead of looking at the whole number, it's sorting from left to right. So any "1" number, 1, 100, 1000, etc, is going to come before any "2" number and so forth and so on. The way to fix that is to pad/prefix lower numbers with zeros.
The text was updated successfully, but these errors were encountered: