/cs430_project

IIT cs430 project

Primary LanguagePython

cs430_project

IIT cs430 project

Instructions for use:

  • 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)

List of Documents:

  1. median_finding.py is the code of question 1

  2. quick_sort.py is the code of question 2

  3. test_data.py is the code of generate data for testing

  4. the other code is about the UI interface