Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jluisrojas/sorting-complexity-plotter
https://github.com/jluisrojas/sorting-complexity-plotter
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jluisrojas/sorting-complexity-plotter
- Owner: jluisrojas
- License: mit
- Created: 2019-02-19T14:42:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T21:16:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T05:24:20.345Z (2 months ago)
- Language: Python
- Size: 645 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> #### Info
>
> Materia: Algoritmos y Complejiada
> Profesor: Juan Carlos Cuevas Tello
> Alumno: Jose Luis Rojas Aranda
> Ing. Sistemas Inteligentes, UASLP# Sorting-Complexity-Plotter (πPython)
Runtime plotter for sorting algorithms in Python.![Grafica](/assets/graficador.png)
## βοΈ Setup
The packages needed are:
* Numpy
* Matplotlib## π Running tests
Run the following file:
```python
python Graficador.py
```