Photo AI
Last Updated Sep 27, 2025
Revision notes with simplified explanations to understand The Travelling Salesman Problem quickly and effectively.
346+ students studying
The Travelling Salesman Problem (TSP) involves finding the shortest possible route that visits every vertex in a graph exactly once and returns to the starting vertex. It is a fundamental optimisation problem with many practical applications, such as logistics, manufacturing, and delivery systems.
This ensures that direct routes are never longer than indirect routes.
This heuristic provides a quick, though not always optimal, solution to the TSP. It generates an upper bound for the minimum route.
To refine the upper bound, shortcuts can be used:
Question Solve the TSP for the complete graph below using the nearest neighbour algorithm:
A | B | C | D | |
---|---|---|---|---|
A | ∞ | 10 | 15 | 20 |
B | 10 | ∞ | 35 | 25 |
C | 15 | 35 | ∞ | 30 |
D | 20 | 25 | 30 | ∞ |
Step 1: Nearest Neighbour Algorithm
Total Weight:
Step 2: Improving the Upper Bound
Check for shortcuts that reduce the total weight. In this example, no better shortcut exists, so the upper bound remains 80.
Incorrect Implementation of Nearest Neighbour Forgetting to revisit the starting vertex or failing to consider all unvisited vertices.
Misinterpreting the Triangle Inequality Applying shortcuts that violate the triangle inequality can result in invalid routes.
Missing Edge Cases Not accounting for infinite weights in practical TSP, which may lead to invalid or incomplete routes.
Overlooking Improvement Steps Failing to refine the upper bound after the initial solution.
Dependence on Starting Point Not attempting the nearest neighbour algorithm from different starting vertices to explore better solutions.
Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!
20 flashcards
Flashcards on The Travelling Salesman Problem
Revise key concepts with interactive flashcards.
Try Further Maths Decision Maths 1 Flashcards2 quizzes
Quizzes on The Travelling Salesman Problem
Test your knowledge with fun and engaging quizzes.
Try Further Maths Decision Maths 1 Quizzes29 questions
Exam questions on The Travelling Salesman Problem
Boost your confidence with real exam questions.
Try Further Maths Decision Maths 1 Questions27 exams created
Exam Builder on The Travelling Salesman Problem
Create custom exams across topics for better practice!
Try Further Maths Decision Maths 1 exam builder50 papers
Past Papers on The Travelling Salesman Problem
Practice past papers to reinforce exam experience.
Try Further Maths Decision Maths 1 Past PapersDiscover More Revision Notes Related to The Travelling Salesman Problem to Deepen Your Understanding and Improve Your Mastery
96%
114 rated
The Travelling Salesman Problem
Upper & Lower Bounds for the Travelling Salesman Problem
251+ studying
200KViewsJoin 500,000+ A-Level students using SimpleStudy...
Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!
Report Improved Results
Recommend to friends
Students Supported
Questions answered