filmov
tv
TSP Approximation Algorithms | Solving the Traveling Salesman Problem

Показать описание
This video explores the Traveling Salesman Problem, and explains two approximation algorithms for finding a solution in polynomial time. The first method explained is a 2-approximation that uses a minimum spanning tree (MST) and depth first search (DFS). The second method is Christofides' algorithm, which combines perfect matching with a minimum spanning tree. TSP is a classic NP-Hard problem.
I recommend you first watch the following videos on MSTs and DFS, which I reference in this video:
Some of my other related graph videos:
I recommend you first watch the following videos on MSTs and DFS, which I reference in this video:
Some of my other related graph videos:
TSP Approximation Algorithms | Solving the Traveling Salesman Problem
Traveling Salesperson Problem Approximation
R9. Approximation Algorithms: Traveling Salesman Problem
The Traveling Salesman Problem: When Good Enough Beats Perfect
14. Travelling Salesman Problem (TSP) - Approximation Algorithms
TSP: new solvable cases and linkages with the development of approximation algorithms
Travelling Salesman Problem
What is the Traveling Salesman Problem?
New Approximation Algorithms for Traveling Salesman Problem
How to Solve Travelling Salesman Problems - TSP
Travelling Salesman problem using Approximation Algorithm
Traveling Salesman Problem Visualization
A (Slightly) Improved Approximation Algorithm for Metric TSP
Jakub Tarnawski: Approximation Algorithms for the (Asymmetric) Traveling Salesman Problem
2-opt explaind | TSP optimization tutorial and visualization
Algorithm Design | Approximation Algorithm | Traveling Salesman Problem with Triangle Inequality
Algorithms for the Traveling Salesman Problem
A Constant-Factor Approximation Algorithm for the Asymmetric Traveling Salesman Problem
Introduction to Approximation Algorithms - K Center Problem
Traveling Salesman Problem | Dynamic Programming | Graph Theory
Travelling salesman problem- Triangle's inequality | Dynamic programming | Branch and Bound
A (slightly) improved approximation algorithm for metric TSP
Solving TSP using Lexicographic Ordering (Traveling Salesman Problem)
The Subtour LP for the Traveling Salesman Problem
Комментарии