Inspiration
MLH GHW Beginner Challenge
What it does
This code takes a list from user as input and then sorts the list using Merge Sort Algorithm
How we built it
The code is written in Python programming language. Algorithm: Step1 : Divide the input array (list) in two half: "left" and "right" Step2: Recursively sort both subarray. Step3: Merge both subarray after sorting.
What we learned
Implementation of Merge sort algorithm in Python Programming Language
Log in or sign up for Devpost to join the conversation.