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: about 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:06:48.000Z (about 1 year ago)
- Last Synced: 2025-02-15T17:47:06.879Z (3 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)