BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

merge sort -Python #1116

Open MrAdityaMaskar opened 3 years ago

MrAdityaMaskar commented 3 years ago

Use Floor division in code middle = len(li) // 2
image

JLodha commented 3 years ago

I want to work on this.