题解 | #排序#
排序
http://www.nowcoder.com/practice/2baf799ea0594abd974d37139de27896
#好使,速度超过99%的python代码
class Solution:
def MySort(self , arr: List[int]) -> List[int]:
# write code here
return sorted(arr)
排序
http://www.nowcoder.com/practice/2baf799ea0594abd974d37139de27896
#好使,速度超过99%的python代码
class Solution:
def MySort(self , arr: List[int]) -> List[int]:
# write code here
return sorted(arr)
相关推荐
xiaowl:你这个简历的问题是对于技术点、项目的描述,都是描述action的,对于面试官而言,仅能知道你干了什么,无法判断你为什么这么干,干的好不好。