Skip to content

WilliamOtieno/MergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Merge Sort is dividing the list in half over and over again until each piece is only one item long. Then those items are put back together (merged) in sort-order.

To implement the algorithm, we will need a merge function, that will join the two parts of the list together in sorted order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages