wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

vertex_deletion (165B)


      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 Up: [graph_modification]