DocumentCode :
431029
Title :
SieveSort: yet another sorting algorithm
Author :
Pal, Rajat K.
Author_Institution :
Dept. of Comput. Sci. & Eng., Calcutta Univ., Kolkata, India
Volume :
B
fYear :
2004
fDate :
21-24 Nov. 2004
Firstpage :
357
Abstract :
Sorting is a well-known computational problem. Sorting means arranging a set of records (or a list of keys) in some (increasing or decreasing) order. In this paper, we propose a new comparison sorting algorithm SieveSort, based on the technique of divide-and-conquer, that takes time O(n2) in the worst-case, where n is the number of records in the given list to be sorted. This sorting algorithm could be treated as a multiway Quicksort, which can be used to identify a desired key without sorting the entire sequence.
Keywords :
computational complexity; data structures; divide and conquer methods; sorting; SieveSort sorting algorithm; divide-and-conquer technique; multiway Quicksort; satellite data; Algorithm design and analysis; Computer science; Satellites; Sorting;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
TENCON 2004. 2004 IEEE Region 10 Conference
Print_ISBN :
0-7803-8560-8
Type :
conf
DOI :
10.1109/TENCON.2004.1414605
Filename :
1414605
Link To Document :
بازگشت