网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Shell Sort
释义

Shell Sort

原声例句
VOA慢速英语_单词故事

Unless you are a squirrel, you need some sort of tool or device for cracking open the shells.

除非你是一只松鼠,否则你需要某种工具或设备来撬开这些壳。

《金融时报》 Podcast

I mean, we've had BP and Shell sort of double down on oil and put less focus on courting these ESG investors.

我的意思是,英国石油和壳牌已经加倍押注石油,而较少关注吸引这些 ESG 投资者。

中文百科

希尔排序 Shellsort

(重定向自Shell sort)
希尔排序算法彩条

希尔排序,也称递减增量排序算法,是插入排序的一种更高效的改进版本。希尔排序是非稳定排序算法。

希尔排序是基于插入排序的以下两点性质而提出改进方法的:

  • 插入排序在对几乎已经排好序的数据操作时,效率高,即可以达到线性排序的效率
  • 但插入排序一般来说是低效的,因为插入排序每次只能将数据移动一位
英语百科

Shellsort

The step-by-step process of replacing pairs of items during the shell sorting algorithm.

Shellsort, also known as Shell sort or Shell's method, is an in-place comparison sort. It can be seen as either a generalization of sorting by exchange (bubble sort) or sorting by insertion (insertion sort). The method starts by sorting pairs of elements far apart from each other, then progressively reducing the gap between elements to be compared. Starting with far apart elements can move some out-of-place elements into position faster than a simple nearest neighbor exchange. Donald Shell published the first version of this sort in 1959. The running time of Shellsort is heavily dependent on the gap sequence it uses. For many practical variants, determining their time complexity remains an open problem.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/21 0:13:01