Title :
Analysis and Testing of Sorting Algorithms on a Standard Dataset
Author :
Neetu Faujdar;Satya Prakash Ghrera
Author_Institution :
Dept. of CSE &
fDate :
4/1/2015 12:00:00 AM
Abstract :
Sorting is a huge demand research area in computer science. One of the fundamental issues in computer science is how to order the data in lexicographic order. In practical application computing requires things to be in order. The performance of any computation depends on the sorting algorithms. A lot of sorting algorithm has been developed by many authors to enhance the performance in terms of complexity analysis, and most of author analysis the time complexity and auxiliary space complexity of the sorting algorithms but the total space complexity taken by the algorithms not evaluated yet. The total space complexity contains the primary and secondary memory required to store input and output data, memory required to hold the code and working space. The goal of this paper is to test the various existing sorting algorithms and to evaluate the total space complexity of various sorting algorithms on a standard dataset. Sorting algorithms are evaluated on four cases of standard dataset. The four cases of the dataset are random with repeated data, reverse sorted with repeated data, sorted with repeated data, and nearly sorted with repeated data, and we measure the performance of each sorting algorithm in each case.
Keywords :
"Sorting","Algorithm design and analysis","Memory management","Standards","Time complexity","Stability analysis"
Conference_Titel :
Communication Systems and Network Technologies (CSNT), 2015 Fifth International Conference on
DOI :
10.1109/CSNT.2015.98