Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jluisrojas/sorting-complexity-plotter


https://github.com/jluisrojas/sorting-complexity-plotter

Last synced: 11 days ago
JSON representation

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
```