@datastructures-js/graph
Advanced tools
Changelog
[v4.0.0] - 2020-04-08
.removeEdges(key)
to remove all conncted edges in graph (directions in directed graph) from a vertex.
.removeEdge
& .removeVertex
now return a boolean to indicated if something was removed..addVertex
now returns the addded vertex..serialize
.