Python排序算法 [英] Python Sort Algorithm

查看:72
本文介绍了Python排序算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Python中实现了不同的排序算法以更好地理解它们,我想知道Python的内置排序方法实现了哪种类型的排序?

I am implemented different sorting algorithms in Python to better understand them, and I was wondering what type of sort does Python's built-in sort method implement?

推荐答案

这是一种称为 Timsort的算法由蒂姆·彼得斯(Tim Peters)专为Python开发.

It's an algorithm called Timsort developed by Tim Peters specifically for Python.

这篇关于Python排序算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆