Sorting algorithm - Wikipedia, the free encyclopedia
|
|
In computer science and mathematics, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order. Efficien...
en.wikipedia.org/wiki/Sorting_algorithm
|
|
|
Radix Sort makes several passes of the previous Counting Sort in order to completely sort integer keys. Counting Sort can be used as the intermediate sorting routine because it provides a stable sort. ... Next: Performance Evaluation of Radix Sort Up: Parallel Integer Sorting Previous: Counting Sort Algorithm;
|
www.umiacs.umd.edu/research/EXPAR/papers/3548/node9.htm...
www.umiacs.umd.edu/research/EXPAR/papers/3548/node9.html
|
|
|
|
How do you sort a list if numbers? Basically you have an algorithm which compares numbers and tries to get the list more and more sorted. The Radix-sort is a little bit different. It doesn't compare anything, it sorts with several passes the numbers.
|
www.cubic.org/docs/radix.htm
www.cubic.org/docs/radix.htm
|
|
|
|
Because with the bucket sort, there are only 10 buckets (the counts array is of size 10), this will always be an O(n) sorting algorithm! See below for a Radix Example. On each of the adapted bucket sorts it does, the count array stores the numbers of each digit.
|
tanksoftware.com/tutes/uni/sorting.html
tanksoftware.com/tutes/uni/sorting.html
|
|
|
Origins of Radix Sort Algorithm ... Unlike some other sorting algorithms like Shell and Quicksort, there is no clear indication of a person responsible for the invention of the radix sort algorithm and the specific date of its creation remains unknown.
|
www2.hawaii.edu/~lejla/RadixAlgorithmReport.html
www2.hawaii.edu/~lejla/RadixAlgorithmReport.html
|
|
Description: The radix sort algorithm is a quick sorting method that checks a single place value and sorts by the appropriate bin location, then move one to the next highest place value and sorts to the appropriate bin until the highest place value has been visited where after the bins are appended to one another...
|
www2.hawaii.edu/~eshimane/ics211/Algorithm/RadixSort.ht...
www2.hawaii.edu/~eshimane/ics211/Algorithm/RadixSort.htm
|
|
> I'm designing a Radix sort algorithm in Python (for an assignment). I have > the algorithm done, but it's not exactly fast. Since I'm supposed to be > comparing this to Quicksort (my Python Quicksort implementation is - > infinitely- faster).
|
aspn.activestate.com/ASPN/Mail/Message/python-list/4762...
aspn.activestate.com/ASPN/Mail/Message/python-list/476219
|
|
rdfs:label MSL: An Efficient Adaptive In-Place Radix Sort Algorithm. (xsd:string) ... swrc:pages 606-609 (xsd:string)
|
dblp.l3s.de/d2r/resource/publications/conf/iccS/El-Aker...
dblp.l3s.de/d2r/resource/publications/conf/iccS/El-AkerA04
|
|
Subject: Radix sort algorithm ... Hey ; Does anyone have written a simple radix sort algorithm and can please send it to me???? I would be a greate help for me!! ... > Hey ; > Does anyone have written a simple radix sort algorithm and can please ; > send it to me????
|
groups.google.com.sg/group/comp.lang.c/browse_thread/th...
groups.google.com.sg/group/comp.lang.c/browse_thread/thread/0442fd0a0e114296
|
|