selection sort中文,selection sort的意思,selection sort翻译及用法

2026-03-22 08:27 浏览次数 28

selection sort

英[siˈlekʃən sɔ:t]美[sɪˈlɛkʃən sɔrt]

[计] 选择排序法;选择分类排序

selection sort 片语

片语

straight selection sort program直接选择分类程序

Tree Selection Sort树形选择排序

Simple Selection Sort简单选择排序

Straight Selection Sort选择排序

replacement selection sort[计] 置换选择分类

exchange selection sort交换选择排序

replair conditionerement selection sort置换选择排序

repeated selection sort[计]

Selection sort algorithm选择排序算法

selection sort 例句

英汉例句

  • directly into the sort simple selection sort bubble sort quick sort heap sort.

    简单选择排序;冒泡排序;快速排序;堆排序。

  • the example program for this section implements a selection sort on an array of integers.

    本节的示例程序在一个整数数组上实现选择排序。

  • we looked at something called selection sort and that too was pretty straightforward, at least conceptually.

    例如选择排序,至少从概念上来说,它非常简单。

  • just contrast this for a brief moment to something like selection sort which from the get go had a ridiculous amount of redundancy comparing the same damn numbers again and again, and again.

    这就与其他的排序算法形成了鲜明的对比,比如选择排序,它会一次又一次地做,多余的比较。

  • and this is in contrast to selection sort where you're fishing again and again for the then smallest element.

    这与选择排序是相反的,在选择排序中你需要一次又一次地,找出最小的元素。

  • in other words, selection sort first finds the smallest key in an unsorted list, then the second smallest, and so on.

    也就是说,选择排序首先在没有排序的队列中找出最小的一个,然后是第二小的一个,等等。

相关热词