Problem
1. What is a practical example of how a graph is used in our daily lives? Is the example an undirected or directed graph? Why?
2. What are the main advantages weighted graphs have over un-weighted graphs?
3. How is a graph helpful to solve the travelling salesman problem? What is the best algorithm to use to solve the travelling salesman problem? Why is that algorithm the best?