selection sort的意思
selection sort中文翻譯:
[計] 選擇分類
[計]選擇排序法;選擇分類排序
相似詞語短語
selectionist───選擇論者
ejection seat───[航][軍]彈射座椅;彈射椅
election board───選舉委員會
selection rule───[計]選擇規則
selectionists───選擇器
selections───n.選擇(selection的復數);選集
electronic sport───電子競技
selection policy───選擇策略
deflection yoke───偏轉磁軛
雙語使用場景
This is in contrast to selection sort where you're fishing looking again and again for the smallest element.───這與選擇排序形成了對比,在選擇排序中,你一次又一次地完成尋找最小的元素。
Selection Sort Algorithm source code integrity, and can be used directly.───選擇排序算法的源代碼的完整性, 并可以直接使用.
How many swaps do I do in selection sort?───選擇排序要做多少次交換呢?
The example program for this section implements a selection sort on an array of integers.───本節的示例程序在一個整數數組上實現選擇排序。