Skip to content

Commit 795be1d

Browse files
committed
updating DIRECTORY.md
1 parent ed8008b commit 795be1d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DIRECTORY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@
615615
* [Test Johnson](graphs/tests/test_johnson.py)
616616
* [Test Min Spanning Tree Kruskal](graphs/tests/test_min_spanning_tree_kruskal.py)
617617
* [Test Min Spanning Tree Prim](graphs/tests/test_min_spanning_tree_prim.py)
618+
* [Travelling Salesman Problem](graphs/travelling_salesman_problem.py)
618619

619620
## [Greedy Methods](greedy_methods)
620621
* [Best Time To Buy And Sell Stock](greedy_methods/best_time_to_buy_and_sell_stock.py)
@@ -1495,8 +1496,6 @@
14951496
## [Tests](tests)
14961497
* [Test Sorts](tests/test_sorts.py)
14971498

1498-
## [Travelling Salesman Problem](/travelling_salesman_problem.py)
1499-
15001499
## [Web Programming](web_programming)
15011500
* [Co2 Emission](web_programming/co2_emission.py)
15021501
* [Covid Stats Via Xpath](web_programming/covid_stats_via_xpath.py)

0 commit comments

Comments
 (0)