/Simple_Python_Sorting_System

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.