mergesort

Mergesort Cutaway

1431 words/7 min read

Sorting an array can be done in different ways. It ranges from the simpler bubble sort to more complicated ones such as the merge sort.