From 9876d7706c18adf73854f3313dbed77cdf9527ed Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 1 May 2025 02:46:08 +0200 Subject: reference lecture code --- portfolio3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3