Is it possible to sort integers character by character?
So the list [110, 120, 10, 200, 20] would end up like this:
10,
110,
120,
20,
200
Is it possible to sort integers character by character?
So the list [110, 120, 10, 200, 20] would end up like this:
10,
110,
120,
20,
200