coding-cheat-sheets
coding-cheat-sheets copied to clipboard
Update mergesort.md
Added the round()
operator because otherwise it will throw an TypeError: slice indices must be integers
when the input array length is uneven.