diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:46:08 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:46:08 +0200 |
commit | 9876d7706c18adf73854f3313dbed77cdf9527ed (patch) | |
tree | 0052d44e192788c98177d480d95fdf4449a4d314 | |
parent | a7adf0a2f9acb33e5029167909c009c5cb1079fe (diff) |
reference lecture code
-rw-r--r-- | portfolio3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portfolio3.md b/portfolio3.md index 6ea4e97..087d39e 100644 --- a/portfolio3.md +++ b/portfolio3.md @@ -1,7 +1,7 @@ # Graph algorithms To read the graph supplied with the assignment, -we simply used the readGraph() function also supplied +we simply used the readGraph() function supplied in @Rosendahl2025.16 and stored it as an adjacency list graph. Since we will loop it many times for part 5, we construct a matrix list graph based on the vertex count in the |