名词
中文翻译:插入排序
同义词:
['in-place sorting', 'insertion sorting', 'insertion sort algorithm']
例句:
-
1. The insertion sortalgorithm is a popular choice for sorting large data sets.
插入排序算法是用于排序大型数据集的流行选择。
-
2.In the context of databases, insertion sort is often used to insert records into sorted data structures.
在数据库的背景下,插入排序常被用来将记录插入到已排序的数据结构中。
-
3. Insertion sort is an efficient sorting algorithm that works well on small datasets.
插入排序是一种高效的排序算法,适用于小型数据集。