Skip to search formSkip to main contentSkip to account menu

Radix sort

Known as: Radix (disambiguation), RadixSort, Radix sorting 
In computer science, radix sort is a non-comparative integer sorting algorithm that sorts data with integer keys by grouping keys by the individual… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2013
2013
Germplasm of Radix Glehniae derived from Glehnia littoralis is rich in resources,complex in chemical compositions,and has obvious… 
2011
2011
The prefix sum is the sum of all values in preceding locations in the sequence: in this case those to the left of the current… 
Highly Cited
2000
Highly Cited
2000
Load balanced parallel radix sort solved the load imbalance problem present in parallel radix sort. Redistributing the keys in… 
1999
1999
The exploitation of data locality in parallel computers is paramount to reduce the memory traffic and communication among… 
1997
1997
In this paper, we present a parallel SIMD algorithm for radix sorting of N numbers of w bits each, taking O(w + N1/4) time with… 
1996
1996
Many sorting algorithms that perform well on uniformly distributed data suffer significant performance degradation on non-random… 
1993
1993
The authors propose a radix sorting algorithm for n m-bit numbers (where m= Omega (log n) and polynomially upper bounded in n… 
1991
1991
The problem of sorting a collection of values on a mesh-connected distributed-memory SIMD computer using variants of Batcher's… 
1966
1966
A method is proposed for internal sorting which has the property that the expected time required per record, to sort n records…