Python: i cannot get the right Merge Sort

后端 未结 0 1730
长情又很酷
长情又很酷 2021-01-21 10:08

i wrote the following programming; after running it, the result is not correct. So what is wrong with my code?

def mergesort(list1):
    if len(list1) > 1:
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题