Download PDFOpen PDF in browserAn Efficient Optimized Sorting Technique Using Combination of Other TechniquesEasyChair Preprint 48263 pages•Date: December 29, 2020AbstractThe problem of sorting is a problem that arises frequently in computer programming and though which is need to be resolved. Many different sorting algorithms have been developed and improved to make sorting optimized and fast. As a measure of performance mainly the average number of operations or the average execution times of these algorithms have been compared. There is no one sorting method that is best for every situation. Some of the factors to be considered in choosing a sorting algorithm include the size of the list to be sorted, the programming effort, the number of words of main memory available,the size of disk or tape units, the extent to which the list is already ordered, and the distribution of values. Keyphrases: complexity lists, movement sorting algorithms, sorting
|