dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.77k stars 95 forks source link

RemoveVertex from graph #135

Closed jhsinger-klotho closed 1 year ago

jhsinger-klotho commented 1 year ago

I want to be able to remove nodes from the graph without having to make a full copy of the graph and copy over existing edges and vertices.

dominikbraun commented 1 year ago

There‘s RemoveVertex.

jhsinger-klotho commented 1 year ago

Ah, sorry, was looking at 0.16 godocs. Thanks!