/travelling-salesman-problem

Project developed for the I TSP Cup πŸ†πŸ₯‡

Primary LanguageC++MIT LicenseMIT

Travelling Salesman Problem

Project developed for the I TSP Cup πŸ†πŸ₯‡

license: MIT GitHub language count GitHub language count GitHub language count

About

The TSP Cup was a programming competition among students of computer science and engineering at Mangabeira Institute of Technology. The competition aimed to implement solutions to the traveling salesman problem. Thus, given the test instances, the participants had to develop code that returned the best results for the problem.

Through this code that I developed with the collaboration of Gabriel PatrΓ­cio, we were the winners of the I tsp cup.

Usage

g++ -o tsp main.cpp tsp.cpp
./tsp

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright Β© 2020 Marismar da Costa Silva.
This project is MIT licensed.