title | redirect_from | video_number | date | video_id | repository | web_editor | links | parts | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Traveling Salesperson with Lexicographic Order |
CodingChallenges/35.3-tsp.html |
35.3 |
2016-08-30 |
9Xy-LMAfglE |
CC_035.3_TSP_Lexical |
bWPIkEv9s |
|
|
In Part 3 of the Traveling Salesperson coding challenge, I take the lexicographic ordering algorithm apply it to a brute-force solution of the Traveling Salesperson problem. Every single route permutation is checked one by one.