We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4b4af commit c3e8b9cCopy full SHA for c3e8b9c
1 file changed
Advanced SQL Puzzles/Advanced SQL Puzzles Solutions.sql
@@ -1596,9 +1596,6 @@ The Traveling Salesman is a popular puzzle in optimization.
1596
https://en.wikipedia.org/wiki/Travelling_salesman_problem
1597
1598
For this puzzle, I solve it by hardcoding the number of connections to 4.
1599
-You may wish to use recursion and set a maximum number of recursions, as
1600
-their is the possibility of the traveling salesman traveling back and forth
1601
-between the same cities.
1602
1603
Alternatively, you could try and solve it with the rule that the traveling
1604
salesman cannot visit each city twice.
0 commit comments