Run main.py or performence.py to start the program!
main.py --> Will genarate a random data set, Print the dataset, Asks you to chooses a sorting algorithem(bubble, insertion, merge), Asks you to chooses a sorting order(asc, desc), print the sorted output.
performence.py --> Will genarate a random data set, Asks you to chooses a sorting algorithem(bubble, insertion, merge), Asks you to chooses a sorting order(asc, desc), print the time taken to perform the sorting process.