Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/desireeav/tsp-solutions
- Owner: DesireeAv
- License: mit
- Created: 2024-03-31T18:57:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:06:48.000Z (9 months ago)
- Last Synced: 2024-11-05T22:12:14.897Z (about 2 months ago)
- Topics: backtracking, dinamic-programming, genetic-algorithm, tsp, tsp-problem, tsp-solver
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)