/****************************************************************** Class Radix sorts integers greater than 0 and smaller than 100. This is the fastest sorting algorithm for numbers of this kind. Authors : Bent Kristiansen, Roy Mitchley, Per Edvard Heyerdahl Norway Finished : 28.03.97 *******************************************************************/ import java.*; class Radix { public void distribute(int[] L, Queue[] digitQueue,int n,int type) // distributes the numbers in L { // to the correct digitQueue of for(int i=0; i