Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxogod/tda-np-complete

Algorithm theory (TDA) - Np complete
https://github.com/maxogod/tda-np-complete

Last synced: about 1 month ago
JSON representation

Algorithm theory (TDA) - Np complete

Awesome Lists containing this project

README

        

# TDA-NP-Complete

[Informe](https://github.com/maxogod/TDA-np-complete/blob/main/informe.pdf)

[Análisis](https://github.com/maxogod/TDA-np-complete/blob/main/analisis.ipynb)

[Algoritmo Optimo](https://github.com/maxogod/TDA-np-complete/blob/main/algoritmo_backtracking.py)

[Algoritmo Aproximado](https://github.com/maxogod/TDA-np-complete/blob/main/algoritmo_aproximado.py)

[Tests](https://github.com/maxogod/TDA-np-complete/blob/main/tests.py)

#### Como correr el algoritmo optimo:

`> python3 algoritmo_backtracking.py `

#### Como correr el algoritmo aproximado:

`> python3 algoritmo_aproximado.py `