aboutsummaryrefslogtreecommitdiff
path: root/portfolio3.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-01 02:46:08 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-01 02:46:08 +0200
commit9876d7706c18adf73854f3313dbed77cdf9527ed (patch)
tree0052d44e192788c98177d480d95fdf4449a4d314 /portfolio3.md
parenta7adf0a2f9acb33e5029167909c009c5cb1079fe (diff)
reference lecture code
Diffstat (limited to 'portfolio3.md')
-rw-r--r--portfolio3.md2
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