Visualizing travel salesman problem in C++ with SFML.
Visual Studio 17 2022 and CMake version 3.8 required
git clone https://github.com/tuananohut/traveling-salesperson.git
mkdir build
cd build
cmake ..
Open build->TravelingSalesperson.sln and run the project. If you encounter a DLL error, copy the .dll files from Dependencies->bin and paste them into the directory build->Debug.