RadixSort 1.6

License: Free ‎File size: 104.45 KB
‎Users Rating: 5.0/5 - ‎1 ‎votes

RadixSort is a fast internal sort written in Java that mimics a card sorter. Source provided. It is faster than both HeapSort and QuickSort. It sorts using a comparision routine you provide to compare two elements to be sorted plus a method to extract individual bytes from the keys to be sorted. The time to sort each item unlike most sorts, does not increase with larger sorts. It depends rather on the key length. You can test it with: java.exe -jar radixsort.jar

VERSION HISTORY

  • Version 1.6 posted on 2008-01-01
    bundle with pad and ant scripts

Program Details