How to Program: Computer Science Concepts and Python Exercises
Graphs and Trees
S1 E22:
In computing, a graph is a mathematical structure composed of vertices and edges. Discover its incredible power to capture relationships such as the airline routes between cities and the friends in a social network. Try writing programs utilizing graphs and a special type of graph called trees.