Now it doesn't use bubble sort, but it does use a sorting method.
现在它不使用冒泡排序,但它使用了一种排序方法。
单词 | Bubble sort |
释义 |
Bubble sort
原声例句
6 Minute English 六分钟英语 Now it doesn't use bubble sort, but it does use a sorting method. 现在它不使用冒泡排序,但它使用了一种排序方法。
英语百科
Bubble sort 冒泡排序![]() ![]() ![]() ![]() Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps them if they are in the wrong order. The pass through the list is repeated until no swaps are needed, which indicates that the list is sorted. The algorithm, which is a comparison sort, is named for the way smaller elements "bubble" to the top of the list. Although the algorithm is simple, it is too slow and impractical for most problems even when compared to insertion sort. It can be practical if the input is usually in sorted order but may occasionally have some out-of-order elements nearly in position. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。