You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)