Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T01:08:10.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T02:49:19.159Z (3 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:
![Project Structure](/structure.JPG)
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 .