bucket sort

短语

[计] 桶式分类

词形变化

bucket sorts 复数 bucket sorts

别名

bucketsort

释义与例句

n.
  1. 1.

    A sorting algorithm that partitions an array into a number of buckets (groups of elements) which are then individually sorted, either recursively or using some other algorithm.

    计算机 工程 数学