@datastructures-js/graph-v2.0.0
[v2.0.0] - 2018-10-29
Changed
- only use
.traverse(key, cb, type)to traverse the graph. removeddfsTravers&bfsTraverse. - only use
.findShortestPath(key1, key2, type)to fins the shortest path. removeddfsShortestPath.