A version of parallel odd-even sorting algorithm implemented in cuda paradigm

J Ajdari, B Raufi, X Zenuni… - International Journal of …, 2015 - search.proquest.com
Sorting data is an important problem for many applications. Parallel sorting is a way to
improve sorting performance using more nodes or threads eg dividing data in more nodes …

[PDF][PDF] Performance analysis of parallel sorting algorithms using GPU computing

N Faujdar, S Ghrera - International Journal of Computer …, 2016 - researchgate.net
Sorting is a well interrogating issue in computer science. Many authors have invented
numerous sorting algorithms on CPU (Central Processing Unit). In today's life sorting on the …

[PDF][PDF] An approach to parallel sorting using ternary search

M Maurya, A Singh - Int. J. Mod. Educ. Comput. Sci.(IJMECS), 2018 - mecs-press.org
This paper describe a parallel sorting algorithm which is the combination of counting sort
and ternary search. The proposed algorithm is based on split and concurrent selection …

Survey of GPU based sorting algorithms

DP Singh, I Joshi, J Choudhary - International Journal of Parallel …, 2018 - Springer
Parallel sorting algorithms are widely studied nowadays. After the introduction of parallel
processors such as graphics processing unit (GPU) and easy to use parallel programming …

[PDF][PDF] A comparative study of sorting algorithms comb, cocktail and counting sorting

AH Elkahlout, AYA Maghari - International Research Journal of …, 2017 - researchgate.net
The sorting algorithms problem is probably one of the most famous problems that used in
abroad variety of application. There are many techniques to solve the sorting problem. In this …

Implementation of Sorting Algorithms with CUDA: An Empirical Study

A Yazici, H Gokahmetoglu - International Journal of Applied …, 2016 - dergipark.org.tr
Sorting algorithms have been studied for more than 3 decades now. The aim of this paper is
to implement some of the sorting algorithms using the CUDA language in a GPU …

Parallel merge sort with double merging

A Uyar - 2014 IEEE 8th International Conference on …, 2014 - ieeexplore.ieee.org
Sorting is one of the fundamental problems in computer science. With the proliferation of
multi core processors, parallel algorithms for sorting have become very important. In this …

Data sorting using graphics processing units

MJ Mišić, MV Tomašević - … Forum (TELFOR) Proceedings of …, 2011 - ieeexplore.ieee.org
This paper presents a short survey and performance analysis of parallel sorting algorithms
on graphics processing units. Three implementations of the representative sorting …

Parallel counting sort: A modified of counting sort algorithm

PON Saian - International journal of information technology and …, 2018 - ejournal.uksw.edu
Sorting is one of a classic problem in computer engineer. One well-known sorting algorithm
is a Counting Sort algorithm. Counting Sort had one problem, it can't sort a positive and …

[PDF][PDF] A New Algorithm for Sorting Small Integers.

R Mansi - Int. Arab J. Inf. Technol., 2010 - Citeseer
This paper presents a new sorting algorithm called RAMI-Sort algorithm. The RAMI-Sort
algorithm enhanced the time complexity of the best, average, and worst cases of many …