Skip to search formSkip to main contentSkip to account menu

Samplesort

Known as: Sample sort 
Samplesort is a sorting algorithm that is a divide and conquer algorithm often used in parallel processing systems. Conventional divide and conquer… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
Multi-Pivot Quicksort refers to variants of classical quicksort where in the partitioning step k pivots are used to split the… 
2017
2017
MPI uses the concept of communicators to connect groups of processes. It provides nonblocking collective operations on… 
2016
2016
Sorting has been one of the most challenging studied problems in different scientific researches. Although many techniques and… 
2013
2013
2012
2012
Efficient Algorithms for Sorting on GPUs Seema Mahesh Munavalli Major Advisor: Dr. Sanguthevar Rajasekaran Sorting is an… 
2012
2012
Sorting is a classic algorithmic problem and its importance has led to the design and implementation of various sorting… 
2002
2002
We have implemented sample sort and a parallel version of Quicksort on a cache-coherent shared address space multiprocessor: the… 
1999
1999
The performance of parallel sorting is not well understood on hardware cache-coherent shared address space (CC-SAS… 
1997
1997
  • K. AlsabtiS. Ranka
  • 1997
  • Corpus ID: 1175844
Integer sorting is a subclass of the sorting problem where the elements have integer values and the largest element is…