2015
DOI: 10.5120/19314-0774
|View full text |Cite
|
Sign up to set email alerts
|

Improved Selection Sort Algorithm

Abstract: One of the basic problems of Computer Science is sorting a list of items. It refers to the arrangement of numerical or alphabetical or character data in statistical order. Bubble, Insertion, Selection, Merge, and Quick sort are most common ones and they all have different performances based on the size of the list to be sorted. As the size of a list increases, some of the sorting algorithm turns to perform better than others and most cases programmers select algorithms that perform well even as the size of the… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0
1

Year Published

2015
2015
2022
2022

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 7 publications
(11 citation statements)
references
References 1 publication
0
10
0
1
Order By: Relevance
“…The concept presented in a study of [10] utilizes a queue to store the locations of all values that are the same as the maximum value. This idea is only useful if the given unsorted list is with duplications.…”
Section: K Improved Selection Sort Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…The concept presented in a study of [10] utilizes a queue to store the locations of all values that are the same as the maximum value. This idea is only useful if the given unsorted list is with duplications.…”
Section: K Improved Selection Sort Algorithmmentioning
confidence: 99%
“…To illustrate the proposed enhancement, for example, the list 7,15,5,11,50,10,98,67,80,19, 30 is to be sorted. In this list, the maximum is 98, and it will be interchanged with the last value of the list, which is 30.…”
Section: Proposed Enhancement Of Selection Sortmentioning
confidence: 99%
“…Prilikom gledanja ovog tutorijala studentu se prati pogled na ekranu. Nakon odgledanog tutorijala, student gleda još dva tutorijala u vezi dva algoritma sortiranja: Bubble sort [10] i Selection sort [11]. Za svaki algoritam postoje četiri kombinacije (sa tutorom sa prevodom, bez tutora (animacija) sa prevodom, sa tutorom bez prevoda, bez tutora bez prevoda).…”
Section: Opis Skupa Podatakaunclassified
“…(1, 3, and 4) or descending one e.g. (3,2, and 1). The input is a sequence of N items, which are in some random order; at the end of output are sorting or arranging elements of list in specific way either a positive or negative order [1].…”
Section: Introductionmentioning
confidence: 99%
“…Sorting is considered as a fundamental problem-solving method for computer scientists and as an intermediate step to solve other problems. Many sorting algorithms are used in the field of computer science; they differ in their complexity (execution time and space), utilization with different data type, and resource usage [2]. In this paper we focus on the bubble sort algorithm.…”
Section: Introductionmentioning
confidence: 99%