Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

SeraphyBR/travelling_salesman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔨 This is a work in progress 🔨

Travelling Salesman

This is a rewrite in rust of the work done by the students:

in the discipline of "Projeto e Análise de Algoritmos", 5th period of Computer Science at PUC MG.

You can find the original work in c++ here

Objective:

The objective of the work is the study and the implementation of algorithms to solve the Traveling Salesman Problem using the following paradigms:

  • Brute force
  • Branch and bound
  • Dynamic programming
  • Genetic algorithm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages