pedrohdjs / parallel-tsp

Parallel implementation of the trivial solution for the traveling salesman problem, done as a High Performance Computing class assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel-tsp

Parallel implementation of the trivial solution for the traveling salesman problem, done as a High Performance Computing class assignment

Makefile

make seq:

Compiles the sequential version of the program to "pcv"

About

Parallel implementation of the trivial solution for the traveling salesman problem, done as a High Performance Computing class assignment


Languages

Language:C 97.8%Language:Makefile 1.2%Language:Shell 1.0%