BHU Digital Repository

Empirical Performance of Internal Sorting Algorithm

Show simple item record

dc.contributor.author Faki, Silas
dc.contributor.author Musa, Yusuf
dc.contributor.author Joyce, Akosu
dc.date.accessioned 2024-05-16T07:56:59Z
dc.date.available 2024-05-16T07:56:59Z
dc.date.issued 2016-12
dc.identifier.uri https://journaljamcs.com/index.php/JAMCS/article/view/283
dc.identifier.uri http://localhost:8080/xmlui/handle/123456789/1104
dc.description.abstract Internal Sorting Algorithms are used when the list of records is small enough to be maintained entirely in primary memory for the duration of the sort, while External Sorting Algorithms are used when the list of records is large enough to be maintained in physical memory hence a need for external/secondary storage for the duration of the sort. Almost all operations carried out by computing devices involve sorting and searching which employs Internal Sorting Algorithms. In this paper, we present an empirical analysis of Internal Sorting Algorithms (bubble, insertion, quick shaker, shell and selection) using sample comprising of list of randomly generated integer values between 100 to 50,000 samples. Using C++ time function, it was observed that insertion sort has the best performance on small sample say between 100 to 400. But when the sample size increases to 500, Shaker sort has better performance. Furthermore, when the sample grows above 500 samples, shell sort outperforms all the internal sorting algorithms considered in the study. Meanwhile, selection sort has displayed the worst performance on data samples of size 100 to 30,000. As the samples size grows to further to 50,000 and above, the performance of shaker sort and bubble sort depreciates even below that of selection sort. And when the sample size increases further from 1000 and above then shell sort should be considered first for sorting. en_US
dc.description.sponsorship Self en_US
dc.language.iso en en_US
dc.publisher Journal of Advances in Mathematics and Computer Science en_US
dc.relation.ispartofseries Volume 20;Serial 1
dc.subject Internal sorting, empirical analysis, space complexity, time complexity en_US
dc.title Empirical Performance of Internal Sorting Algorithm en_US
dc.type Article en_US


Files in this item

This item appears in the following Collection(s)

Show simple item record

Search BHUDR


Advanced Search

Browse

My Account