selection sort

短语

[计] 选择分类

词形变化

selection sorts 复数 selection sorts

释义与例句

n.
  1. 1.

    A sorting algorithm that divides the input list into two sublists — items already sorted, and items not yet sorted — and gradually transfers elements from one list to the other.

    计算机 工程 数学