The document defines a method to sort an array of strings using a merge sort algorithm. It takes in an input array, copies it to a temporary array, recursively divides the array in half and sorts each half, and then merges the sorted halves back into the original array.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
43 views2 pages
Public Int Public Int Public Int: String
The document defines a method to sort an array of strings using a merge sort algorithm. It takes in an input array, copies it to a temporary array, recursively divides the array in half and sorts each half, and then merges the sorted halves back into the original array.