counting sort

短语

[计] 计数分类

词形变化

counting sorts 复数 counting sorts

释义与例句

n.
  1. 1.

    A sorting algorithm that counts how many times each integer key appears in an array and then reorders the array based on those counts.

    计算机 工程 数学