No account? Register free
Forgot password?
The Traveling Salesman is a famous math problem that does not have a easy way to be solved. The method used here is brute force, which is the WRONG way to attempt to solve any problem like this when n is a very large number.
No comments yet — be the first to post one!