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 error is resolved #1117

Closed MrAdityaMaskar closed 1 year ago

MrAdityaMaskar commented 3 years ago

Floor division is added to the 'algorithms/merge_sort/python/merge_sort.py' file, error will be thrown if floor division is not used

image