@datastructures-js/graph-v4.0.0
[v4.0.0] - 2020-04-08
Added
.removeEdges(key) to remove all conncted edges in graph (directions in directed graph) from a vertex.
Changed
.removeEdge&.removeVertexnow return a boolean to indicated if something was removed..addVertexnow returns the addded vertex.
Removed
- vertex none standard function
.serialize.
Fixed
- README
- jsdoc