Inspiration
Learning different implementations of sorting in python
What it does
Sorts a random list of numbers
How we built it
I researched different ways to sort a list in python and implemented those methods
What we learned
I learned bubble sort and merge sort, for merge sort I learned about recursion and using recursion to sort a list.
Sorting algorithms used from link
Log in or sign up for Devpost to join the conversation.