说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 插入归并排序
1)  mergering and inserting arithmetic
插入归并排序
1.
The paper also puts forward the mergering and inserting arithmetic which has the smallest times of exchange and the limit time complication of the compositor arithmetic.
探讨了冒泡排序和快速排序两种排序方法的算法思想、改进方法以及存在的一些问题,给出了理论上比较次数最少的插入归并排序,得出排序算法时间复杂度的下界和上界。
2)  merge sort
归并排序
1.
Combining insertion sort,quick sort and merge sort,a new sort algorithm called combination sort is proposed.
当元素个数n≤c1,(c1为某一依赖于机器和语言环境的常数)时,简单插入排序的性能最佳;当c1≤n≤c2时(c2为某一依赖于机器和语言环境的常数),快速排序的性能最佳;当n>c2时,归并排序的性能最佳。
2.
The article discusses how to use the Divideand-Conquer Method to carry out the three sorting algorithms of quick sort and merge sort and heapsort.
讨论了运用分治策略的思想实现快速排序、归并排序和堆排序三种排序算法,从分、解、合三方面剖析排序,从而得出分割方式是影响排序效率的关键,并将分治法扩展应用到更多排序方法中。
3)  merging sort
归并排序
1.
This paper presents a new sorting method, the merging sort algorithm by mapping, which consists of mapping,linking and merging.
文中提出了一种以映射、链接和归并为基础的新排序算法映射归并排序算法 (以下简称为“映射归并排序”) ,给出了该排序算法的描述、时间复杂度分析及用C语言编写程序进行算法比较的实验结果 。
4)  merge sorting
归并排序
1.
A fast parallel merge sorting algorithm based on LARPBS model;
基于LARPBS模型的快速并行归并排序算法
2.
In this paper a fast parallel merge sorting algorithm based on LARPBS is presented.
文章提出了一种LARPBS模型上的并行归并排序算法,利用该算法对长度为N的序列进行排序,使用N~(1+)着(0<着<1)个处理机可以在O((loglogN)~2)时间完成。
5)  sort merge
排序归并
6)  insertion sort
插入排序
1.
Sorting is very important in programming,and there are many methods,such as bubble sort, selection sort, insertion sort,etc.
排序是程序设计中非常重要的内容,其方法有很多,常用的有三种:冒泡排序、选择排序和插入排序。
2.
selection sort, insertion sort) are improved and these algorithm complexities are analyzed.
本文对三种简单排序方法———冒泡排序、选择排序、插入排序分别进行了改进 ,进行了相应的算法复杂度分析 ,并编出程序上机实验 ,对改进的算法与原算法所运行的时间进行了比
3.
Combining insertion sort,quick sort and merge sort,a new sort algorithm called combination sort is proposed.
当元素个数n≤c1,(c1为某一依赖于机器和语言环境的常数)时,简单插入排序的性能最佳;当c1≤n≤c2时(c2为某一依赖于机器和语言环境的常数),快速排序的性能最佳;当n>c2时,归并排序的性能最佳。
补充资料:归并
①把这个并到那个里头;并入:撤消第三组,把人~到第一组和第二组。②合在一起;归拢:把三笔账~起来,一共是五千五百元。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条