Need help with Java programming please.
You might find it interesting to write a program to load random data into an array and time the sort operations using the various methods presented (and coded) in the textbook.
You might also evaluate those built into the Java API. In addition to testing the sorts on copies of a single list, also try lists of different sizes and see how the time-efficiency changes with increasing N.