IIT cs430 project
-
step1 | This is a python program, which needs to run by python3.7 +, which is recommended to be python3.7.3
-
step2 | Recommended to run on linux
-
step3 | Please keep files in the same level file directory
-
step4 | The entry program is main.py | python main.py (use command python、python3 or python3.* depends on the Symbolic Link of your linux)
-
median_finding.py is the code of question 1
-
quick_sort.py is the code of question 2
-
test_data.py is the code of generate data for testing
-
the other code is about the UI interface