Visualization of the travelling salesman problem
The traveling salesman problem is a classic in computer science. It sounds deceptively easy: given any number of cities, determine the shortest path a traveling salesman would have to travel to visit them all. This video shows how the “obvious” solution โ “well, just start somewhere and always visit the next closest town!” โ doesn’t hold up well against other approaches. (via @coudal)
Stay Connected