Merge Sort code, one of the best type of sort algorithm whith O(nLog(n)).
It is usually used in long arrays or linked lists.
To use it you have to call Merge<dataType>.Sort(dataType[] nameOfTheArray)
alfrecampione/MergeSort
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|