Merge sort | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Merge sort

Does merge sort only work for data which is even in number or it can also sort data which is odd in number?

6th Sep 2020, 4:46 PM
Brian Muchai
Brian Muchai - avatar
1 Answer
+ 1
Yes it can also sort odd amount, it just splits it as close to in half as possible and if the length of array == 1 then that section is considered sorted and returned
6th Sep 2020, 4:54 PM
Robert Atkins
Robert Atkins - avatar