diff options
-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 |