View on GitHub

CS2040C

This is the lab related content for the module CS2040C (Data structures and Algorithms)

Lab 09

Here is a pdf version of the ppt I covered during the lab. And the codes that I (skimmed through) / (demonstrated live).

content.pdf (The pdf version of the ppt shown)

adjacency_matrix_bfs_dfs.cpp (Implementation of bfs and dfs when the graph is represented using adjacency matrix)

Challenge Questions - TBA