This README would normally document whatever steps are necessary to get your application up and running.
- this is an implementation of the nearest point algorithm for the travelling salesman problem
- we use the nearest point algortihm
- instead of using the brute force method and calculating the total shortest distance between every point we find the shortest point to a given point and construct the way accordingly
- g++ version 8.1.0 or above
- run main.cpp