SieveSort: Yet another sorting algorithm

1Citations
Citations of this article
4Readers
Mendeley users who have this article in their library.
Get full text

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 multi-way Quicksort, which can be used to identify a desired key without sorting the entire sequence. © 2004 IEEE.

Cite

CITATION STYLE

APA

Pal, R. K. (2004). SieveSort: Yet another sorting algorithm. In IEEE Region 10 Annual International Conference, Proceedings/TENCON (Vol. B). https://doi.org/10.1109/tencon.2004.1414605

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free