A variant of Bucket Sort Shell Sort vs Insertion Sort

被引:0
|
作者
Abhay, Goel [1 ]
Abhishek, Sharma [1 ]
Namita, Gupta [2 ]
机构
[1] Maharaja Agrasen Inst Technol, Dept Comp Sci Engn, Delhi, India
[2] Maharaja Agrasen Inst Technol, Comp Sci Engn, Delhi, India
来源
2019 10TH INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATION AND NETWORKING TECHNOLOGIES (ICCCNT) | 2019年
关键词
Shell Sort; Bucket Sort; Insertion Sort; Sorting; time complexity; algorithm comparison;
D O I
暂无
中图分类号
TP3 [计算技术、计算机技术];
学科分类号
0812 ;
摘要
Sorting is a technique to rearrange a given list of elements according to a comparison operator on the elements. There are a large number of Sorting Algorithms like Insertion Sort, Merge Sort, Bucket Sort, Shell Sort, etc. The efficiency of the sorting algorithm depends on many factors such as memory usage patterns (the number of times the sections of memory must be copied or swapped to and from the disk), the total number of comparisons and the time requirements for the algorithms to run. In this paper, a method is proposed which combines two sorting algorithms (Bucket Sort and Shell Sort) in a way that takes advantage of the strength of each to improve overall performance.
引用
收藏
页数:5
相关论文
共 50 条