order a list of numbers from given list without built-in sort, copy

前端 未结 0 1839
无人共我
无人共我 2020-12-09 10:34

in python i try to implement my code in a way that it does basically the same thing as sorted(lst) without using sorted(lst) or var = lst.copy() but i just can\'t figure it

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