Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 228 Bytes

File metadata and controls

4 lines (4 loc) · 228 Bytes

MergeSort

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)