Salesman Algorithm (random)

by sayochi
See Code Download Embed
restart the project after changing the total_points veriable

- this project finds the shortest past between given amount of points.

if N = point amount
N! = different possible ways

5 points = 120 different ways
10 points = 3,628,800 different ways

this project completely depends on random switching. so there might be a lot of previously calculated routes.

Created February 18, 2021

Last updated February 18, 2021

Published February 18, 2021