One of the most important problems in computer science is the ordering of the data. Although sorting is a very old computer science problem, it still attracts a great deal of research. Usually, when we face a problem, we're concerned with finding the solution, then getting it out of our heads and into a text editor, white-board, or down on a piece of paper. Eventually, we start transforming that idea into code, and the code is pretty terrible the first time around. But at some point, once we've made it work and made it right, we find ourselves asking: Can I make it fast? Can I make it better? This paper presents an enhanced sorting algorithm which comprises of a combination of Bubble Sort, Selection Sort, and Counting Sort. The new algorithm is analyzed, implemented, tested, compared and the results were promising.
CITATION STYLE
Kumar, S., & Singla, P. (2019). Sorting using a combination of Bubble Sort, Selection Sort & Counting Sort. International Journal of Mathematical Sciences and Computing, 5(2), 30–43. https://doi.org/10.5815/ijmsc.2019.02.03
Mendeley helps you to discover research relevant for your work.