This project aims to tackle the TSP problem with different approaches and also compares the efficiency and accuracy of each approach.
Strategies used:
- Backtracking
- Triangular Approximation
- The Christofides and Serdyukov Algorithm
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.