Quick note: It is not recommended to use string sorting if time or space is important(Takes almost 10x as long as int or char Sorting) (Finished): Completely Finished Package with support for arrays and lists
(int[]): Finished int arrays
(char[]): Finished char arrays
(String[]): Finished string arrays
(long[]): Finished long arrays
(short[]): Finished short arrays
(Unfinished): Algorithm is in progress
CompareStrings is used to map characters to values for String comparisons
Tester is the main driver code Clone the code to your local machine
Then Run
javac *.java && java Tester