What it does
It takes input numbers from the console and stores them into a list, then it sorts the list using Merge Sort, and then it prints it into the console.
How we built it
I build it using python 3.
What we learned
I learned the concept of Divide and Conquer and how it is used in many algorithm including marge sort
Log in or sign up for Devpost to join the conversation.