quicksort (list(range(998)) 没问题,也就是我所用的Python 的调用栈深度 sys.getrecursionlimit() 不能超过1000。 所以还得对前面快速排序进行优化,选取 ...
確定! 回上一頁