2017
DOI: 10.3390/sym9090176
|View full text |Cite
|
Sign up to set email alerts
|

Parallelization of Modified Merge Sort Algorithm

Abstract: Abstract:Modern architectures make possible development in new algorithms for large data sets and distributed computing. The newly proposed versions can benefit both from faster computing on the multi core architectures, and intelligent programming techniques that use efficient procedures available in the latest programming studios. Frequently used algorithms to sort arrays of data in NoSQL databases is merge sort, where as NoSQL we understand any database without typical SQL programming interpreter. The autho… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
30
0

Year Published

2018
2018
2021
2021

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 29 publications
(30 citation statements)
references
References 38 publications
0
30
0
Order By: Relevance
“…A parallel modified sorting algorithm by merging four strings is presented in [17]. To merge four strings, logical indexing of the processors participating in the sort has been applied.…”
Section: Parallel Modified Merge Sort Algorithmmentioning
confidence: 99%
See 3 more Smart Citations
“…A parallel modified sorting algorithm by merging four strings is presented in [17]. To merge four strings, logical indexing of the processors participating in the sort has been applied.…”
Section: Parallel Modified Merge Sort Algorithmmentioning
confidence: 99%
“…In each step of t, the algorithm first merges the n/2 2t-1 -element strings into a temporary array, and then merge the n/2 2t element strings from the temporary array into the input array by doing no more than 2 ⋅ 2 2t-2 + 2 ⋅ 2 2t-1 -2 comparisons. The sum of all comparisons performed by the algorithm is given that (17) and (18) As a result of substitution (19) The presented method was implemented in C# Visual Studio Ultimate 2013. Statistical surveys for samples range from 100 to 100 million elements, increasing the dimension 10 times for each subsequent.…”
Section: Figurementioning
confidence: 99%
See 2 more Smart Citations
“…Parallel mergesort is a modification of the old sequential mergesort, in which it supports parallel sorting. Parallel mergesort algorithm is relatively easy to set up since it has divide and conquer method, which can work in parallel [7].…”
Section: Introductionmentioning
confidence: 99%