Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/desireeav/tsp-solutions

Genetic Algorithm, Dinamic Programing and Backtracking solutions to the Traveling Salesman Problem TSP
https://github.com/desireeav/tsp-solutions

backtracking dinamic-programming genetic-algorithm tsp tsp-problem tsp-solver

Last synced: 10 days ago
JSON representation

Genetic Algorithm, Dinamic Programing and Backtracking solutions to the Traveling Salesman Problem TSP

Awesome Lists containing this project

README

        

# TSP-solution

This repository shows three solutions for the Traveling Salesman Problem 🥓 :
- `Genetic Algorithm`
- `Dinamic Programing` and
- `Backtracking`

## Authors

- [@Kyaki101](https://github.com/Kyaki101)
- [@desireeav](https://github.com/desireeav)