Course week 10¶
Self-study¶
The topics for this week are the following: (i) Graphs (ii) Breadth first search, (iii) Depth first search, (iv) Implementing a graph in C++
The following links will take you to the video-lectures and the accompanying slides:
Graphs and Trees¶
This is the same lecture as in week 7. It is included here since there are questions about graphs.
Breadth first search¶
Depth first search¶
Implementing graphs in C++¶
Extra links on the topic: