Skip to content

Commit 42ab035

Browse files
authored
Update Bitmask-Dynamic-Programming.md
1 parent c522270 commit 42ab035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/Bitmask-Dynamic-Programming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A bitmask is nothing more than a number that defines which bits are _on_ and _of
1010

1111
The traveling salesman problem is a classic algorithmic problem defined as follows: given a list of _N_ cities, as well as the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns back to the city that you started from? (_Note_: we can start from any city as long as we return to it)
1212

13-
![img](https://upload.wikimedia.org/wikipedia/commons/1/11/GLPK_solution_of_a_travelling_salesman_problem.svg)
13+
![img](https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/GLPK_solution_of_a_travelling_salesman_problem.svg/240px-GLPK_solution_of_a_travelling_salesman_problem.svg.png)
1414

1515
### Take I - Permutations
1616

0 commit comments

Comments
 (0)