urosisakovic / travellingSalesmanProblem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faculty project for Discrete Mathematics course

Program implements 2 heuristic algorithms which aim to solve travelling salesman problem: brute-force and tri optimal heuristics.

Provided class hierarchy enables easy integration of additional solving algorithms into the given code.

A simple, interactive, command line interface is implemented as well.

About


Languages

Language:C++ 100.0%