快速排序quick_sort(python的两种实现方式)
摘要:
排序算法有很多,目前最好的是quick_sort:unstable,spatial complexity is nlogN.快速排序原理python实现严蔚敏的 datastruct书中有伪代码实现,因为Amazon面试需要排序,所以用python实现了。两种实现方法,功能一致,效... 阅读全文
posted @ 2016-06-08 15:41 代码王子 阅读(951) 评论(0) 推荐(0)
浙公网安备 33010602011771号