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.8k stars 94 forks source link

please support remove vertex #97

Closed liuxiaomeiG closed 1 year ago

davis-haba commented 1 year ago

+1

dominikbraun commented 1 year ago

Absolutely. I‘ll try to add it in the upcoming release.

dominikbraun commented 1 year ago

@liuxiaomeiG @davis-haba RemoveVertex has been released in graph v0.18.0.

davis-haba commented 1 year ago

Thank you!

liuxiaomeiG commented 1 year ago

Thank you