Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .