wzhouwzhou / one-line-wonders

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
https://hacktoberfest2018.suya.moe
GNU General Public License v3.0
96 stars 192 forks source link

Add MergeSort in Python #473

Closed ghost closed 2 years ago

ghost commented 2 years ago

Please describe your program and how to run it.

64

Merge sort written in Python. Please simply run by python3.


What Programming Language? Python3