Merge sort | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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