方法
转换每个整数为字符,然后将字符数组排序。
1 | class Solution: |
1 | class Solution(object): |
1 | class Solution(object): |
理论 Python内置函数
lt(slef,other) 判断self对象是否小于other对象
转换每个整数为字符,然后将字符数组排序。
1 | class Solution: |
1 | class Solution(object): |
1 | class Solution(object): |
lt(slef,other) 判断self对象是否小于other对象