aspittel / coding-cheat-sheets

Various cheat sheets on CS stuff
1.32k stars 240 forks source link

Update mergesort.md #9

Closed tmaximini closed 1 week ago

tmaximini commented 4 years ago

Added the round() operator because otherwise it will throw an TypeError: slice indices must be integerswhen the input array length is uneven.