Skip to content

Commit c3e8b9c

Browse files
Update Advanced SQL Puzzles Solutions.sql
1 parent 4f4b4af commit c3e8b9c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Advanced SQL Puzzles/Advanced SQL Puzzles Solutions.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,9 +1596,6 @@ The Traveling Salesman is a popular puzzle in optimization.
15961596
https://en.wikipedia.org/wiki/Travelling_salesman_problem
15971597
15981598
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.
16021599
16031600
Alternatively, you could try and solve it with the rule that the traveling
16041601
salesman cannot visit each city twice.

0 commit comments

Comments
 (0)