https://github.com/rajshah1/datastructurealgo-6140
Comparison Based Sorting Algorithms | ITCS 6114 | Course Project
https://github.com/rajshah1/datastructurealgo-6140
numpy python random-number-generators sorting-algorithms
Last synced: 2 months ago
JSON representation
Comparison Based Sorting Algorithms | ITCS 6114 | Course Project
- Host: GitHub
- URL: https://github.com/rajshah1/datastructurealgo-6140
- Owner: rajshah1
- Created: 2021-02-27T21:42:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T01:08:10.000Z (over 5 years ago)
- Last Synced: 2025-10-06T18:59:09.137Z (9 months ago)
- Topics: numpy, python, random-number-generators, sorting-algorithms
- Language: Python
- Homepage:
- Size: 296 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algo Sort Comparision Project
## Contributors:
* Raj Shah (ID # 801205036 )
* Parth Patel (ID # 801212088 )
### How to Run Project
Project Structure:

How to Execute the Code :
Run Main.py File using python interpreter
## python main.py
* Expected Packages installed : numpy ,random
To execute Random Array sort comparison run file "main.py" To execute Sorted Array sort comparision run file "mainSorted.py" To execute Reverse Array sort comparison run file "mainReverse.py"
Output:
Execution Time in milliseconds for each size of array seperated by comma(,).
Graph is generated for the same output .