At the end of this lesson, students will be able to:
Compare the different types of graphs.
Explain paths, cycles and planarity in graphs.
Ascertain the isomorphic graphs.
Construct the Euler paths and Euler circuits in graphs.
Construct the Hamilton paths and Hamilton circuits in graphs.
Apply graphs theories in Travelling Salesman Problem (TSP).
PRACTICE: TYPES OF GRAPHS
EULER & HAMILTON IN GRAPHS
PRACTICE: EULER & HAMILTON
Apply Graphs Theories in Travelling Salesman Problem
The following steps can be applied in order to solve the Travelling Salesman Problem (TSP).
Write down all Hamiltonian circuits
Compute total distance for each
Pick one for which total is minimal
Travelling Salesman Problem