COSC 2011 Section N
Tuesday, May 8 2001
In this lecture, we will continue our discussion on Graphs.
This lecture will focus on Graph Traversals.
Here are the sections of the textbook :
Pages |
Section |
362 - 371 |
9.3 |
Pages |
Section |
557 - 566 |
12.3 |
Additional Material:
-
Graph Algorithms PDF
Format (written by Professor Franck van Breugel)
-
Implementation of a siple graph using an adjacency
list - PDF
format (written by Professor Franck van Breugel)
-
Implementation of a simple graph using an adjacency
matrix - PDF
format (written by Professor Franck van Breugel)