DocumentCode :
3769975
Title :
An efficient new approach mean based sorting
Author :
D. Narasimha Raju
Author_Institution :
Department of Computer Science & Engineering, Shri Vishnu Engineering College for Women, Bhimavaram, India
fYear :
2015
Firstpage :
1
Lastpage :
5
Abstract :
Data Structure is considered as one of the fundamental research area in computer science. Sorting is a foremost issue in data structure which arranges the data in ascending or descending order. Though several sorting algorithms are available, it is necessary to select the best sorting algorithm depends on the situation. These sorting technique are frequently used in a large variety of important applications. This paper presents a new sorting technique, "Mean Sort" which has exclusively been developed to sort the number of elements and also makes the data analysis and data processing very easy by taking the advantage of a computed mean. Like merge sort or quick sort, this algorithm works by single a divide-and-conquer strategy to divide a single unsorted array into two smaller sub-arrays. It uses mean to divide and sort them and time complexity is O(n*logn). This algorithm is described using C++. The proposed algorithm is analyzed using asymptotic analysis and also using machine-running time and compared with their basic sorting algorithms.
Keywords :
"Sorting","Arrays","Algorithm design and analysis","Time complexity","Upper bound"
Publisher :
ieee
Conference_Titel :
Electrical Computer and Electronics (UPCON), 2015 IEEE UP Section Conference on
Type :
conf
DOI :
10.1109/UPCON.2015.7456756
Filename :
7456756
Link To Document :
بازگشت