![]() |
recommend book⇒The Art of Computer Programming | |||
| by: | Donald Ervin Knuth | 978-0-201-48541-7 | hardcover | |
|---|---|---|---|---|
| (born: 1938-01-10 age: 74) | ||||
| publisher: | Addison-Wesley | |||
| published: | 1998-10-15 | |||
| The classic book on algorithms. Volumes 1, 2 and 3. It is a dense, authorative, academic series of books. You probably would need some university level computer science or mathematics training to tackle it. Knuth’s volumes 1, 2 and 3 are the reference works for standard algorithms. At his website he describes plans for volumes 4 and 5. | ||||
| Greyed out stores probably do not have the item in stock | ||||
RadixSort is stable, meaning it preserves existing order of equal keys. It works in linear time, unlike most other sorts. In other words, it does not bog down when you have large numbers of items to sort. The time per item to sort is constant. With other sorts, the time to sort per time increases with the number of items. Mathematicians would put it that most sorts run in O(n log(n)) or O(n²) time, where RadixSort runs in O(n) time.
Since all sorts can use the same Comparator interface, it is possible to experiment with various sorts to figure out which one works best for your situation.
|
|
You can get the freshest copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) |
| http://mindprod.com/jgloss/radixsort.html | J:\mindprod\jgloss\radixsort.html | |
![]() | ||
| Canadian Mind Products | ||
| mindprod.com IP:[65.110.21.43] | ||
| view Blog | Your face IP:[38.107.179.210] | |
| Feedback | You are visitor number 23,155. | |