jrtechs / RandomScripts

Repository where I mostly put random python scripts.
MIT License
2 stars 22 forks source link

Merge Sort without Slicing #4

Closed sunnythepatel closed 6 years ago

sunnythepatel commented 6 years ago

Basically in merge sort we use slice function so the above code is similat to quick sort which helps merge sort to use without slicing