2023-11-15

This commit is contained in:
bluepython508
2023-11-15 08:53:39 +00:00
parent a8f2fd86e2
commit d320a956f8
14 changed files with 553 additions and 191 deletions

6
CS1029/notes-2023-11-01 Normal file
View File

@@ -0,0 +1,6 @@
Edge contractions: merge two vertices, removing an edge between them
Representations: adjacency list
adjacency matrix
What does the determinant of an adjacency matrix mean?
incidence matrix: vertices against edges, 1 where edge is connected to vertex