Question: This code can only sort strings of a set length. how can it be modified so that you can pass in string of different lengths
This code can only sort strings of a set length. how can it be modified so that you can pass in string of different lengths and it will work properly. without using any addition data stuctures to store data.

public static void radixSortstringSameLength(String[] arr, int len) //System.out.println(Initial:"+Arrays.toString(arr)); /umber of buckets (256 in character set) int maxBuckets256; //buckets need to be lists instead of counters ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
