What it does
It generates a random list of 200 numbers, sorts them using bubble, selection and insertion sort and displays the time taken to do so. This can be helpful to students learning about DSA to verify time complexity concepts of various algorithms
How we built it
I built it using Python and the time library to calculate time. random library was used to generate random numbers

Log in or sign up for Devpost to join the conversation.