Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 194 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 194 Bytes

Left-radix-sort

School project where the main target was to implement a radix-sorting algorithm at least 5 times faster than quick-sort on big-data arrays.

Use:

$ javac *.java

$ java main