Research Article

RESULTS OF COMPARISON BETWEEN DIFFERENT SORTING ALGORITHMS

ABSTRACT

Analysis of algorithms is an issue that has always stimulate enormous curiosity. There are logical techniques for estimating the complexity of an algorithm. Generally, a more convenient solution is to estimate the run time analysis of the algorithm. The present piece of investigation documents the comparative analysis of five different sorting algorithms of data structures Bubble Sort, Heap Sort, Straight Insertion Sort, Shell Insertion Sort, and Quick Sort. The running time of these algorithms is calculated with the C++ language. These sorting algorithms are also compared on the basis of various parameters like complexity, method, memory, etc.

Keywords

sorting algorithms sort algorithm