How can i use MergeSort to sort Strings ? (JAVA)?

ddxxbb

New member
Write a java application that allows its users to search for a given name among a set of names. The set of names is significant. You are required to first sort these names using the merge sort algorithm. In your report mention which algorithm you used for searching and state why you prefer it rather than another algorithm? HELP
 
Back
Top