Skip to content

@datastructures-js/graph-v2.0.0

Choose a tag to compare

@eyas-ranjous eyas-ranjous released this 29 Oct 07:12
· 136 commits to master since this release
6c94b0f

[v2.0.0] - 2018-10-29

Changed

  • only use .traverse(key, cb, type) to traverse the graph. removed dfsTravers & bfsTraverse.
  • only use .findShortestPath(key1, key2, type) to fins the shortest path. removed dfsShortestPath.