vertex_deletion (236B)
1 # Vertex deletion 2 3 Removing a [vertex] from a [graph], and doing [edge_removal] of all [edges] that are [incident] to the removed [vertex] 4 5 Computational hardness: [yannakakis1978node] 6 7 Up: [graph_modification] 8 9 Aliases: vertex removal