臭皮匠排序

臭皮匠排序(英语:Stooge Sort)是一种低效的递归排序算法,甚至慢于冒泡排序。在《算法导论》第二版第7章(快速排序)的思考题中被提到,是由Howard、Fine等教授提出的所谓“漂亮的”排序算法。
该算法得名于三个臭皮匠,每个臭皮匠都打其他两个。
单词 | Stooge sort |
释义 |
Stooge sort
中文百科
臭皮匠排序![]() 臭皮匠排序(英语:Stooge Sort)是一种低效的递归排序算法,甚至慢于冒泡排序。在《算法导论》第二版第7章(快速排序)的思考题中被提到,是由Howard、Fine等教授提出的所谓“漂亮的”排序算法。 该算法得名于三个臭皮匠,每个臭皮匠都打其他两个。
英语百科
Stooge sort 臭皮匠排序![]() Stooge sort is a recursive sorting algorithm with a time complexity of O(n) = O(n). The running time of the algorithm is thus slower compared to efficient sorting algorithms, such as Merge sort, and is even slower than Bubble sort, a canonical example of a fairly inefficient and simple sort. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。