Comparison of different sorting algorithms in Data Structure based upon the Time Complexity Mr. Rajagopal D.1,*, Mrs. Thilakavalli K.2,** 1Assistant Professor, Department of Computer Science, KSR College of Arts and Science (Autonomous), Tiruchengode, Namakkal Dt, Tamilnadu, India 2Assistant Professor, Department of Computer Applications, KSR College of Arts and Science for Women, Tiruchengode, Namakkal Dt, Tamilnadu, India *Corresponding Author Email: sakthiraj2782007@gmail.com
** thilaksathya2782007@gmail.com
Online published on 15 October, 2016. Abstract In this paper the different sorting algorithms execution time has been examined with different number of elements. Through this experimental result concluded that the algorithm which is working best way. The analysis and execution time has been analyzed and tabulated with the help of Microsoft Excel. The sorting problem has attracted a great deal of research, perhaps due to the complexity of solving it efficiently despite its simple, familiar statement. Sorting algorithms are prevalent in introductory computer science classes, where the abundance of algorithms for the problem provides a gentle introduction to a variety of core algorithm concepts. The main objective of this paper is finding the best sorting algorithm based upon the time complexity. Top Keywords Data Structure, Sorting algorithm, Time Complexity, Efficiency, Execution Time. Top |