COMPARATIVE ANALYSIS OF SORTING ALGORITHMS USED IN COMPETITIVE PROGRAMMING
Abstract
Sorting is one of the most used and fundamental operation in computer science since the first time it had been tried to arrange list of items in some sequence. A large number of sorting algorithms were designed in order to have best performance in terms of computational complexity, memory usage, stability, and methods. In addition, in algorithmic problem solving, not all algorithms have same efficiency. This paper makes comparison research and discusses four different types of sorting algorithms: bubble sort, quick sort, insertion sort, and merge sort. The algorithms are tested and compared for data usage and time spent for sorting given amount of data.
Published
2021-06-21
How to Cite
MAMATNABIYEV, Zh.; ZHAPAROV, M..
COMPARATIVE ANALYSIS OF SORTING ALGORITHMS USED IN COMPETITIVE PROGRAMMING.
SDU Bulletin: Natural and Technical Sciences, [S.l.], v. 55, n. 2, p. 64-70, june 2021.
Available at: <https://journals.sdu.edu.kz/index.php/nts/article/view/546>. Date accessed: 28 apr. 2025.
doi: https://doi.org/10.47344/sdubnts.v55i2.546.
Section
Articles