2017 6th Mediterranean Conference on Embedded Computing (MECO) 2017
DOI: 10.1109/meco.2017.7977252
|View full text |Cite
|
Sign up to set email alerts
|

A new modified sorting algorithm: A comparison with state of the art

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
4
0

Year Published

2018
2018
2022
2022

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(4 citation statements)
references
References 7 publications
0
4
0
Order By: Relevance
“…Con-135 sequently, the number of sorted elements at the top of the list increases while the rest remain unsorted. Merge sort, which is based on the divide-and-conquer principle, repeatedly divides the array into two halves and then combines them in a sorted manner For more details of classical sort 140 algorithms, such as quick sort and heap sort, we refer the reader to the comments in [17,7]. It is well known that computational cost and required memory are the primary concerns in sorting algorithms [18,19].…”
Section: Classical Sort Techniquesmentioning
confidence: 99%
“…Con-135 sequently, the number of sorted elements at the top of the list increases while the rest remain unsorted. Merge sort, which is based on the divide-and-conquer principle, repeatedly divides the array into two halves and then combines them in a sorted manner For more details of classical sort 140 algorithms, such as quick sort and heap sort, we refer the reader to the comments in [17,7]. It is well known that computational cost and required memory are the primary concerns in sorting algorithms [18,19].…”
Section: Classical Sort Techniquesmentioning
confidence: 99%
“…Every sorting method follows a unique technique and based on these techniques sorting methods can be classified as sorting by exchanging, insertion, selection, and merging [6]. Sorting has become very important due to extensively growing big data in different forms and with the growing types of applications, sorting is becoming more important [7]- [9]. Fast execution also depends on how sorting algorithm works [10] also efficient algorithm mechanism is more important than good hardware [11].…”
Section: Introductionmentioning
confidence: 99%
“…These algorithms belong to a class called "comparison sorts" where the sorted order is determined based only on comparisons between the input elements. It has also been proven that any comparison sort algorithm requires Ω(NlgN) comparisons in the worst [9]. i.e either we can try to identify the areas of improvement in the well established sorting methods or we can lok for completely new methods.…”
Section: Introductionmentioning
confidence: 99%