Changes

Jump to navigation Jump to search
→‎top: clean up & uniformity
Line 1: Line 1: −
The [[Travelling Salesman Problem]] is a problem that seeks to find the shortest way of getting through a [[network]], starting from any point, visiting every other point, in the shortest time. It is commonly modelled as a network of [[arc]]s and [[node]]s.
+
The '''Travelling Salesman Problem''' is a problem that seeks to find the shortest way of getting through a [[network]], starting from any point, visiting every other point, in the shortest time. It is commonly modelled as a network of [[arc]]s and [[node]]s.
    
It is a common example of an [[algorithm]] that has to be solved [[heuristic]]ally; while it is possible to solve it with brute force, by trying every single route and finding the shortest, this is impractical, since the number of routes increases [[factorial]]ly; while a 3-node network has only 6 routes, a 10-node one has 3,628,800.
 
It is a common example of an [[algorithm]] that has to be solved [[heuristic]]ally; while it is possible to solve it with brute force, by trying every single route and finding the shortest, this is impractical, since the number of routes increases [[factorial]]ly; while a 3-node network has only 6 routes, a 10-node one has 3,628,800.
Block, SkipCaptcha, Automoderated users, Bots, edit
57,719

edits

Navigation menu