Skip to content

alfrecampione/MergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages