2023-11-15
This commit is contained in:
6
CS1029/notes-2023-11-01
Normal file
6
CS1029/notes-2023-11-01
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user